summaryrefslogtreecommitdiffstats
path: root/pkgs/games/classicube/use-sdl.patch
blob: 3456ef8b6469eda0bf37a2b474b35dd5f0580165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/Core.h b/src/Core.h
index e94a39e..96527d0 100644
--- a/src/Core.h
+++ b/src/Core.h
@@ -170,7 +170,7 @@ Thus it is **NOT SAFE** to allocate a string on the stack. */
 #define CC_BUILD_LINUX
 #define CC_BUILD_POSIX
 #define CC_BUILD_GL
-#define CC_BUILD_X11
+#define CC_BUILD_SDL
 #define CC_BUILD_CURL
 #define CC_BUILD_OPENAL
 #if defined CC_BUILD_RPI