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 (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,109 +1,111 @@ @@ -1,109 +1,111 @@
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
28/* Define to 1 if you have the `dlvsym' function. */ 30/* Define to 1 if you have the `dlvsym' function. */
29#define HAVE_DLVSYM 1 31#define HAVE_DLVSYM 1
30 32
31/* Define to 1 if you have the <inttypes.h> header file. */ 33/* Define to 1 if you have the <inttypes.h> header file. */
32#define HAVE_INTTYPES_H 1 34#define HAVE_INTTYPES_H 1
33 35
34/* Define to 1 if you have <KHR/khrplatform.h> (used for tests) */ 36/* Define to 1 if you have <KHR/khrplatform.h> (used for tests) */
35/* #undef HAVE_KHRPLATFORM_H */ 37/* #undef HAVE_KHRPLATFORM_H */
36 38
37/* Define to 1 if you have the <memory.h> header file. */ 39/* Define to 1 if you have the <memory.h> header file. */
38#define HAVE_MEMORY_H 1 40#define HAVE_MEMORY_H 1
39 41
40/* Define to 1 if you have the <stdint.h> header file. */ 42/* Define to 1 if you have the <stdint.h> header file. */
41#define HAVE_STDINT_H 1 43#define HAVE_STDINT_H 1
42 44
43/* Define to 1 if you have the <stdlib.h> header file. */ 45/* Define to 1 if you have the <stdlib.h> header file. */
44#define HAVE_STDLIB_H 1 46#define HAVE_STDLIB_H 1
45 47
46/* Define to 1 if you have the <strings.h> header file. */ 48/* Define to 1 if you have the <strings.h> header file. */
47#define HAVE_STRINGS_H 1 49#define HAVE_STRINGS_H 1
48 50
49/* Define to 1 if you have the <string.h> header file. */ 51/* Define to 1 if you have the <string.h> header file. */
50#define HAVE_STRING_H 1 52#define HAVE_STRING_H 1
51 53
52/* Define to 1 if you have the <sys/stat.h> header file. */ 54/* Define to 1 if you have the <sys/stat.h> header file. */
53#define HAVE_SYS_STAT_H 1 55#define HAVE_SYS_STAT_H 1
54 56
55/* Define to 1 if you have the <sys/types.h> header file. */ 57/* Define to 1 if you have the <sys/types.h> header file. */
56#define HAVE_SYS_TYPES_H 1 58#define HAVE_SYS_TYPES_H 1
57 59
58/* Define to 1 if you have the <unistd.h> header file. */ 60/* Define to 1 if you have the <unistd.h> header file. */
59#define HAVE_UNISTD_H 1 61#define HAVE_UNISTD_H 1
60 62
61/* Define to the sub-directory where libtool stores uninstalled libraries. */ 63/* Define to the sub-directory where libtool stores uninstalled libraries. */
62#define LT_OBJDIR ".libs/" 64#define LT_OBJDIR ".libs/"
63 65
64/* Name of package */ 66/* Name of package */
65#define PACKAGE "libepoxy" 67#define PACKAGE "libepoxy"
66 68
67/* Define to the address where bug reports for this package should be sent. */ 69/* Define to the address where bug reports for this package should be sent. */
68#define PACKAGE_BUGREPORT "https://github.com/anholt/libepoxy" 70#define PACKAGE_BUGREPORT "https://github.com/anholt/libepoxy"
69 71
70/* Define to the full name of this package. */ 72/* Define to the full name of this package. */
71#define PACKAGE_NAME "libepoxy" 73#define PACKAGE_NAME "libepoxy"
72 74
73/* Define to the full name and version of this package. */ 75/* Define to the full name and version of this package. */
74#define PACKAGE_STRING "libepoxy 1.5.4" 76#define PACKAGE_STRING "libepoxy 1.5.4"
75 77
76/* Define to the one symbol short name of this package. */ 78/* Define to the one symbol short name of this package. */
77#define PACKAGE_TARNAME "libepoxy" 79#define PACKAGE_TARNAME "libepoxy"
78 80
79/* Define to the home page for this package. */ 81/* Define to the home page for this package. */
80#define PACKAGE_URL "" 82#define PACKAGE_URL ""
81 83
82/* Define to the version of this package. */ 84/* Define to the version of this package. */
83#define PACKAGE_VERSION "1.5.4" 85#define PACKAGE_VERSION "1.5.4"
84 86
85/* Major version of this package */ 87/* Major version of this package */
86#define PACKAGE_VERSION_MAJOR 1 88#define PACKAGE_VERSION_MAJOR 1
87 89
88/* Minor version of this package */ 90/* Minor version of this package */
89#define PACKAGE_VERSION_MINOR 5 91#define PACKAGE_VERSION_MINOR 5
90 92
91/* Patch version of this package */ 93/* Patch version of this package */
92#define PACKAGE_VERSION_PATCHLEVEL 4 94#define PACKAGE_VERSION_PATCHLEVEL 4
93 95
94/* Define to 1 if you have the ANSI C header files. */ 96/* Define to 1 if you have the ANSI C header files. */
95#define STDC_HEADERS 1 97#define STDC_HEADERS 1
96 98
97/* Version number of package */ 99/* Version number of package */
98#define VERSION "1.5.4" 100#define VERSION "1.5.4"
99 101
100/* Enable large inode numbers on Mac OS X 10.5. */ 102/* Enable large inode numbers on Mac OS X 10.5. */
101#ifndef _DARWIN_USE_64_BIT_INODE 103#ifndef _DARWIN_USE_64_BIT_INODE
102# define _DARWIN_USE_64_BIT_INODE 1 104# define _DARWIN_USE_64_BIT_INODE 1
103#endif 105#endif
104 106
105/* Number of bits in a file offset, on hosts where this is settable. */ 107/* Number of bits in a file offset, on hosts where this is settable. */
106/* #undef _FILE_OFFSET_BITS */ 108/* #undef _FILE_OFFSET_BITS */
107 109
108/* Define for large files, on AIX-style hosts. */ 110/* Define for large files, on AIX-style hosts. */
109/* #undef _LARGE_FILES */ 111/* #undef _LARGE_FILES */