mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-01 21:21:05 +00:00
Pass --disable-directx when building SDL2.
Not sure what the practical upshot of this is yet, but it at least allows it to build successfully. I've been unable to get it to build with DirectX support enabled yet because the compiler complains about missing header definitions for LPDIRECTINPUTDEVICE8 and related functions.
This commit is contained in:
parent
5205c53036
commit
a85f1d8370
1 changed files with 1 additions and 0 deletions
|
@ -11,5 +11,6 @@ fi
|
|||
# When targeting Windows, we need to install the directx headers first.
|
||||
if [ $(uname) = "Cygwin" ] || pattern_match "*mingw*" "$BUILD_HOST"; then
|
||||
DEPENDENCIES="directx-devel"
|
||||
PACKAGE_CONFIGURE_OPTS=--disable-directx
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue