(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 287d8e862ddf
parent 3307 3efd1041bd73
child 3309 dc08a15ad54e
(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