Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/libepoxy/include ensure PLATFORM_HAS_EGL and ...



details:   https://anonhg.NetBSD.org/xsrc/rev/e5cb0cd67ba8
branches:  trunk
changeset: 10613:e5cb0cd67ba8
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Nov 02 06:25:35 2020 +0000

description:
ensure PLATFORM_HAS_EGL and ENABLE_EGL are set consistently.

diffstat:

 external/mit/libepoxy/include/config.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r a2295c1b6a52 -r e5cb0cd67ba8 external/mit/libepoxy/include/config.h
--- a/external/mit/libepoxy/include/config.h    Mon Nov 02 04:47:22 2020 +0000
+++ b/external/mit/libepoxy/include/config.h    Mon Nov 02 06:25:35 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index