diff -r e213b7c834fa -r e360d1d26b1d open-src/lib/libepoxy/disable-egl.patch --- a/open-src/lib/libepoxy/disable-egl.patch Thu Apr 13 11:05:27 2017 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ ---- configure.ac Fri Jul 10 11:23:57 2015 -+++ configure.ac Fri Jul 10 11:31:10 2015 -@@ -84,6 +84,12 @@ - has_znow=no - EPOXY_LINK_LIBS="" - ;; -+ solaris*) -+ build_egl=no -+ build_glx=yes -+ build_wgl=no -+ EPOXY_LINK_LIBS="" -+ ;; - *) - build_egl=yes - build_glx=yes ---- src/dispatch_common.h Fri Jul 10 11:57:22 2015 -+++ src/dispatch_common.h Fri Jul 10 11:58:48 2015 -@@ -33,6 +33,11 @@ - #define PLATFORM_HAS_GLX 1 - #define PLATFORM_HAS_WGL 0 - #define EPOXY_IMPORTEXPORT -+#elif defined(__sun) && defined(__SVR4) -+#define PLATFORM_HAS_EGL 0 -+#define PLATFORM_HAS_GLX 1 -+#define PLATFORM_HAS_WGL 0 -+#define EPOXY_IMPORTEXPORT - #else - #define PLATFORM_HAS_EGL 1 - #define PLATFORM_HAS_GLX 1