Skip to content

Commit

Permalink
Merge remote-tracking branch 'sonicadvance/OSX-NoX11Support'
Browse files Browse the repository at this point in the history
I've come around to the various contributors' positions: X11 on OSX is
basically dead, and we're not serving our users by trying to support
it.
  • Loading branch information
anholt committed Jan 9, 2015
2 parents b2ae054 + e305148 commit 363d57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -78,7 +78,7 @@ case $host_os in
;;
darwin*)
build_egl=no
build_glx=yes
build_glx=no
build_wgl=no
build_apple=yes
has_znow=no
Expand Down
2 changes: 1 addition & 1 deletion src/dispatch_common.h
Expand Up @@ -30,7 +30,7 @@
#define EPOXY_IMPORTEXPORT __declspec(dllexport)
#elif defined(__APPLE__)
#define PLATFORM_HAS_EGL 0
#define PLATFORM_HAS_GLX 1
#define PLATFORM_HAS_GLX 0
#define PLATFORM_HAS_WGL 0
#define EPOXY_IMPORTEXPORT
#elif defined(ANDROID)
Expand Down

0 comments on commit 363d57a

Please sign in to comment.