Mon Nov 2 06:25:35 2020 UTC ()
ensure PLATFORM_HAS_EGL and ENABLE_EGL are set consistently.


(mrg)
diff -r1.2 -r1.3 xsrc/external/mit/libepoxy/include/config.h

cvs diff -r1.2 -r1.3 xsrc/external/mit/libepoxy/include/config.h (expand / switch to context diff)
--- xsrc/external/mit/libepoxy/include/config.h 2020/11/02 04:47:22 1.2
+++ xsrc/external/mit/libepoxy/include/config.h 2020/11/02 06:25:35 1.3
@@ -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