diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-04-14 01:30:53 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-04-14 01:30:53 (GMT) |
commit | 38ba243628fdc9e3787657f0110b72a53713d7c1 (patch) | |
tree | 6cd9eab0288b2bc19742fc0eae6394fa2c8ff1c1 /src/sdl.mk | |
parent | 743e56fa1dac50934fcf3f73de8d730cd5a42daf (diff) | |
download | mxe-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.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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= |