X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=.travis-before_install-xonotic.sh;h=dc3cccea5c457b1e601914f0fbbe860bd6773564;hb=04d56ad46275e90b00ba3e65cdc6e52000bd34bb;hp=09e5c8ce90c3d025a042073649379b494341eb81;hpb=ec7ee625a4be90290e99cf04d53fd5b9d45e1a88;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 )