makefiledir/Makefile.libdetection
changeset 2736 3d6487cbbb69
parent 2688 067c4362dcb0
child 3083 8afc31558162
--- a/makefiledir/Makefile.libdetection	Sat Dec 10 07:29:31 2005 +0000
+++ b/makefiledir/Makefile.libdetection	Sat Dec 10 11:16:45 2005 +0000
@@ -93,6 +93,14 @@
 endif
 endif
 
+ifdef OSX
+# we prefer to use cocoa drivers rather than SDL drivers
+# if you really want SDL drivers, you can always modify Makefile.config
+WITH_COCOA:=1
+WITH_SDL:=
+endif
+
+
 # workaround
 # cygwin have problems with libpng, so we will just disable it for now until the problem is solved
 ifdef CYGWIN