From 01f317803e654766b6a12f85ec390d752d50a16b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 11 Dec 2012 12:03:00 -0800 Subject: [PATCH] Don't build with X11 by default since it's not included with the latest versions of Mac OS X. Cocoa is the preferred path here. --- include/SDL_config_macosx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_config_macosx.h b/include/SDL_config_macosx.h index ed69e1a03..ca43dc83e 100644 --- a/include/SDL_config_macosx.h +++ b/include/SDL_config_macosx.h @@ -130,7 +130,7 @@ /* Enable various video drivers */ #define SDL_VIDEO_DRIVER_COCOA 1 #define SDL_VIDEO_DRIVER_DUMMY 1 -#define SDL_VIDEO_DRIVER_X11 1 +#define SDL_VIDEO_DRIVER_X11 0 #define SDL_VIDEO_DRIVER_X11_DYNAMIC "/usr/X11R6/lib/libX11.6.dylib" #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "/usr/X11R6/lib/libXext.6.dylib" #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "/usr/X11R6/lib/libXinerama.1.dylib"