summaryrefslogtreecommitdiff
path: root/graphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.c')
-rwxr-xr-xgraphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics.c b/graphics.c
index 49a7e04..c89e746 100755
--- a/graphics.c
+++ b/graphics.c
@@ -20,6 +20,7 @@ gcc \
-Wno-old-style-declaration \
-Wno-overlength-strings \
-O3 -D NDEBUG \
+ -D NO_WAYLAND=1 \
-D GRAPHICS_TEST_SUITE \
-lX11 -lm -lasound \
-o $BIN $SRC && \
@@ -41,7 +42,6 @@ exit $? # */
#define REDUCED_SYSTEM_LAYER_HEADER
#endif
-#define NO_WAYLAND 1
#include "reduced_system_layer.c"
// ================================================================