Module Name:    src
Committed By:   mrg
Date:           Mon Nov  2 06:25:24 UTC 2020

Modified Files:
        src/external/mit/xorg/lib/libepoxy: Makefile

Log Message:
ensure PLATFORM_HAS_EGL and ENABLE_EGL are set consistently.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/mit/xorg/lib/libepoxy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/libepoxy/Makefile
diff -u src/external/mit/xorg/lib/libepoxy/Makefile:1.7 src/external/mit/xorg/lib/libepoxy/Makefile:1.8
--- src/external/mit/xorg/lib/libepoxy/Makefile:1.7	Mon Nov  2 04:48:54 2020
+++ src/external/mit/xorg/lib/libepoxy/Makefile	Mon Nov  2 06:25:24 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2020/11/02 04:48:54 mrg Exp $
+#	$NetBSD: Makefile,v 1.8 2020/11/02 06:25:24 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -17,11 +17,12 @@ SRCS= \
 SRCS+= \
 	dispatch_egl.c \
 	egl_generated_dispatch.c
-CPPFLAGS+=	-DENABLE_EGL=1
 EGL=1
 .else
 EGL=0
 .endif
+CPPFLAGS+=	-DPLATFORM_HAS_EGL=${EGL}
+CPPFLAGS+=	-DENABLE_EGL=${EGL}
 
 INCSDIR=${X11INCDIR}/epoxy
 INCS= \

Reply via email to