(svn r4070) -Fix: on OSX COCOA was set by default, even with DEDICATED, while those 2 conflict
authortruelight
Thu, 23 Mar 2006 17:38:31 +0000
changeset 3308 94df0004ebf1
parent 3307 7754b07a4e7d
child 3309 329e83a739a5
(svn r4070) -Fix: on OSX COCOA was set by default, even with DEDICATED, while those 2 conflict
makefiledir/Makefile.libdetection
--- a/makefiledir/Makefile.libdetection	Thu Mar 23 16:23:12 2006 +0000
+++ b/makefiledir/Makefile.libdetection	Thu Mar 23 17:38:31 2006 +0000
@@ -107,9 +107,11 @@
 ifdef OSX
 # we prefer to use cocoa drivers rather than SDL drivers
 # if you really want SDL drivers, you can always modify Makefile.config
+ifndef DEDICATED
 WITH_COCOA:=1
 WITH_SDL:=
 endif
+endif
 
 
 # workaround