X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=.travis-before_install-xonotic.sh;h=dc3cccea5c457b1e601914f0fbbe860bd6773564;hb=1a711173535d4b5f4364b66177745aab165330d8;hp=09e5c8ce90c3d025a042073649379b494341eb81;hpb=26e11a76c1f5cfbe0b7b8987c79ee3ff318979df;p=xonotic%2Fdarkplaces.git diff --git a/.travis-before_install-xonotic.sh b/.travis-before_install-xonotic.sh index 09e5c8ce..dc3cccea 100755 --- a/.travis-before_install-xonotic.sh +++ b/.travis-before_install-xonotic.sh @@ -16,7 +16,8 @@ for os in "$@"; do ( cd SDL2-2.0.10 export CC="gcc -m32" - i386 ./configure --enable-static --disable-shared --prefix="$USRLOCAL" || cat config.log + i386 ./configure --enable-static --disable-shared --prefix="$USRLOCAL" \ + --enable-video-x11-xinput --enable-video-x11-xrandr ||\ cat config.log i386 make i386 make install ) @@ -26,7 +27,8 @@ for os in "$@"; do tar xf SDL2-2.0.10.tar.gz ( cd SDL2-2.0.10 - ./configure --enable-static --disable-shared --prefix="$USRLOCAL" + ./configure --enable-static --disable-shared --prefix="$USRLOCAL" \ + --enable-video-x11-xinput --enable-video-x11-xrandr ||\ cat config.log make make install )