[mutter] wayland/dma-buf: Remove no longer used mesa macro duplication



commit 7bf4f850b8176fe3ace2ab09590d1de55c94318b
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Fri May 27 18:28:43 2022 +0200

    wayland/dma-buf: Remove no longer used mesa macro duplication
    
    We're bumped the required mesa version, so we don't need to keep this
    around anymore.
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2417>

 src/wayland/meta-wayland-dma-buf.c | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/wayland/meta-wayland-dma-buf.c b/src/wayland/meta-wayland-dma-buf.c
index 6af20cd01a..5b95b41a78 100644
--- a/src/wayland/meta-wayland-dma-buf.c
+++ b/src/wayland/meta-wayland-dma-buf.c
@@ -67,10 +67,6 @@
 #define DRM_FORMAT_MOD_INVALID ((1ULL << 56) - 1)
 #endif
 
-#ifndef EGL_DRM_RENDER_NODE_FILE_EXT
-#define EGL_DRM_RENDER_NODE_FILE_EXT 0x3377
-#endif
-
 #define META_WAYLAND_DMA_BUF_MAX_FDS 4
 
 /* Compatible with zwp_linux_dmabuf_feedback_v1.tranche_flags */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]