Module Name: xsrc
Committed By: mrg
Date: Mon Nov 2 06:25:35 UTC 2020
Modified Files:
xsrc/external/mit/libepoxy/include: config.h
Log Message:
ensure PLATFORM_HAS_EGL and ENABLE_EGL are set consistently.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/libepoxy/include/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/libepoxy/include/config.h
diff -u xsrc/external/mit/libepoxy/include/config.h:1.2 xsrc/external/mit/libepoxy/include/config.h:1.3
--- xsrc/external/mit/libepoxy/include/config.h:1.2 Mon Nov 2 04:47:22 2020
+++ xsrc/external/mit/libepoxy/include/config.h Mon Nov 2 06:25:35 2020
@@ -10,8 +10,10 @@
/* build WGL tests */
/* #undef BUILD_WGL */
+#if 0 /* in Makefile */
/* Whether EGL support is enabled */
#define ENABLE_EGL 1
+#endif
/* Whether GLX support is enabled */
#define ENABLE_GLX 1