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 unified 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
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1/* config.h. Generated from config.h.in by configure. */ 1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */ 2/* config.h.in. Generated from configure.ac by autoheader. */
3 3
4/* build EGL tests */ 4/* build EGL tests */
5#define BUILD_EGL 1 5#define BUILD_EGL 1
6 6
7/* build GLX tests */ 7/* build GLX tests */
8#define BUILD_GLX 1 8#define BUILD_GLX 1
9 9
10/* build WGL tests */ 10/* build WGL tests */
11/* #undef BUILD_WGL */ 11/* #undef BUILD_WGL */
12 12
 13#if 0 /* in Makefile */
13/* Whether EGL support is enabled */ 14/* Whether EGL support is enabled */
14#define ENABLE_EGL 1 15#define ENABLE_EGL 1
 16#endif
15 17
16/* Whether GLX support is enabled */ 18/* Whether GLX support is enabled */
17#define ENABLE_GLX 1 19#define ENABLE_GLX 1
18 20
19/* Whether X11 support is enabled */ 21/* Whether X11 support is enabled */
20#define ENABLE_X11 1 22#define ENABLE_X11 1
21 23
22/* defines how to decorate public symbols while building */ 24/* defines how to decorate public symbols while building */
23#define EPOXY_PUBLIC __attribute__((visibility("default"))) extern 25#define EPOXY_PUBLIC __attribute__((visibility("default"))) extern
24 26
25/* Define to 1 if you have the <dlfcn.h> header file. */ 27/* Define to 1 if you have the <dlfcn.h> header file. */
26#define HAVE_DLFCN_H 1 28#define HAVE_DLFCN_H 1
27 29