Module Name: src
Committed By: mrg
Date: Mon Nov 2 04:48:54 UTC 2020
Modified Files:
src/external/mit/xorg/lib/libepoxy: Makefile
Log Message:
adjust for libepoxy 1.5.4.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/external/mit/xorg/lib/libepoxy/Makefile:1.7
--- src/external/mit/xorg/lib/libepoxy/Makefile:1.6 Wed Jul 10 21:32:22 2019
+++ src/external/mit/xorg/lib/libepoxy/Makefile Mon Nov 2 04:48:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/07/10 21:32:22 mrg Exp $
+# $NetBSD: Makefile,v 1.7 2020/11/02 04:48:54 mrg Exp $
.include <bsd.own.mk>
@@ -17,7 +17,7 @@ SRCS= \
SRCS+= \
dispatch_egl.c \
egl_generated_dispatch.c
-CPPFLAGS+= -DPLATFORM_HAS_EGL=1
+CPPFLAGS+= -DENABLE_EGL=1
EGL=1
.else
EGL=0
@@ -36,10 +36,11 @@ CPPFLAGS+= ${X11FLAGS.CONNECTION}
PKGCONFIG= epoxy
PKGCONFIG_SED_FLAGS= \
- -e "s,@DLOPEN_LIBS@,," \
- -e "s,@epoxy_has_glx@,1," \
- -e "s,@epoxy_has_egl@,${EGL}," \
- -e "s,@epoxy_has_wgl@,0,"
+ -e "s,@DLOPEN_LIBS@,," \
+ -e "s,@epoxy_has_glx@,1," \
+ -e "s,@epoxy_has_egl@,${EGL}," \
+ -e "s,@epoxy_has_wgl@,0," \
+ -e "s,@GL_REQS@, gl egl,"
.include <bsd.x11.mk>
.include <bsd.lib.mk>