summaryrefslogtreecommitdiffstats
path: root/src/sdl2-1-dinput.patch
diff options
context:
space:
mode:
authorRobert Norris <rob@eatenbyagrue.org>2013-09-28 22:28:40 (GMT)
committerRobert Norris <rob@eatenbyagrue.org>2013-09-30 06:42:05 (GMT)
commitf44f02b6853da0d1fc0480adf0b673208726d8b8 (patch)
treeb686589e2bd99b28d20f1833ac845daef5bb21db /src/sdl2-1-dinput.patch
parentda9bd330c0600fa8ae7924c69a060e8ea3fbf439 (diff)
downloadmxe-f44f02b6853da0d1fc0480adf0b673208726d8b8.zip
mxe-f44f02b6853da0d1fc0480adf0b673208726d8b8.tar.gz
mxe-f44f02b6853da0d1fc0480adf0b673208726d8b8.tar.bz2
sdl2: disable DirectInput because of missing wbemcli.h
Diffstat (limited to 'src/sdl2-1-dinput.patch')
-rw-r--r--src/sdl2-1-dinput.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/sdl2-1-dinput.patch b/src/sdl2-1-dinput.patch
new file mode 100644
index 0000000..e01237a
--- /dev/null
+++ b/src/sdl2-1-dinput.patch
@@ -0,0 +1,17 @@
+This file is part of MXE.
+See index.html for further information.
+
+This patch has been taken from:
+https://bugzilla.libsdl.org/show_bug.cgi?id=1739
+
+--- a/configure.in Sat Sep 14 11:25:52 2013 -0700
++++ b/configure.in Fri Sep 27 15:03:58 2013 +1000
+@@ -2127,7 +2127,7 @@
+ # FIXME: latest Cygwin finds dinput headers, but we die on other win32 headers.
+ # FIXME: ...so force it off for now.
+ case "$host" in
+- *-*-cygwin*)
++ *-*-cygwin* | *-pc-mingw32*)
+ have_dinput=false
+ ;;
+ esac