summaryrefslogtreecommitdiffstats
path: root/src/sdl.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-04-14 01:30:53 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-04-14 01:30:53 (GMT)
commit38ba243628fdc9e3787657f0110b72a53713d7c1 (patch)
tree6cd9eab0288b2bc19742fc0eae6394fa2c8ff1c1 /src/sdl.mk
parent743e56fa1dac50934fcf3f73de8d730cd5a42daf (diff)
downloadmxe-38ba243628fdc9e3787657f0110b72a53713d7c1.zip
mxe-38ba243628fdc9e3787657f0110b72a53713d7c1.tar.gz
mxe-38ba243628fdc9e3787657f0110b72a53713d7c1.tar.bz2
disable directx support in package sdl because sdl has trouble with the new ddraw.h
Diffstat (limited to 'src/sdl.mk')
-rw-r--r--src/sdl.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sdl.mk b/src/sdl.mk
index 468ffce..82e1088 100644
--- a/src/sdl.mk
+++ b/src/sdl.mk
@@ -25,7 +25,8 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--disable-shared \
--disable-debug \
- --prefix='$(PREFIX)/$(TARGET)'
+ --prefix='$(PREFIX)/$(TARGET)' \
+ --disable-directx
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=