summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d20ada64..320a79f6d 100644
--- a/Makefile
+++ b/Makefile
@@ -226,6 +226,10 @@ endif
endif
endif
+# remove the dependancy for sdl if DEDICALTED is used
+ifdef DEDICATED
+WITH_SDL:=
+endif
##############################################################################