diff options
author | S. Davilla <davilla@4pi.com> | 2011-03-07 15:49:13 -0500 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-03-07 15:49:13 -0500 |
commit | bbf10201775fd9c5aed98fd86211088efbbc70e2 (patch) | |
tree | c7f990373b28c7e66cf2eb562e934740803bff6a /tools | |
parent | 91cbf724533706bc380339a6e8af01fe3bae8b00 (diff) |
[osx] fixed, configure SDL without x11, we do not use it under osx
Diffstat (limited to 'tools')
-rw-r--r-- | tools/osx/osx-depends/libsdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx/osx-depends/libsdl/Makefile b/tools/osx/osx-depends/libsdl/Makefile index 11c17650e7..f1cfd55212 100644 --- a/tools/osx/osx-depends/libsdl/Makefile +++ b/tools/osx/osx-depends/libsdl/Makefile @@ -25,7 +25,7 @@ export CFLAGS+=-undefined dynamic_lookup export CXXFLAGS+=-undefined dynamic_lookup export LDFLAGS+=-Wl,-read_only_relocs,suppress -Wl,-undefined,dynamic_lookup CONFIGURE=./configure --prefix=$(PREFIX) --host=$(HOST) \ - --enable-static --disable-shared + --enable-static --disable-shared --without-x --disable-video-x11 LIBDYLIB=$(SOURCE)/.libs/$(LIBNAME).dylib |