]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Use SDL 2.0.5 for Xonotic builds.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 8 Mar 2017 21:27:37 +0000 (21:27 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 8 Mar 2017 21:27:37 +0000 (21:27 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12325 d7cf8633-e32d-0410-b094-e92efae38249

.travis-before_install-xonotic.sh

index 5b03c090baa4e891f33fe3e2fab7412031064910..8b45d4866889dca3dd08dd406c04845c871e4fe0 100755 (executable)
@@ -11,10 +11,10 @@ for os in "$@"; do
 
   case "$os" in
     linux32)
 
   case "$os" in
     linux32)
-      wget https://www.libsdl.org/release/SDL2-2.0.4.tar.gz
-      tar xf SDL2-2.0.4.tar.gz
+      wget https://www.libsdl.org/release/SDL2-2.0.5.tar.gz
+      tar xf SDL2-2.0.5.tar.gz
       (
       (
-      cd SDL2-2.0.4
+      cd SDL2-2.0.5
       export CC="gcc -m32"
       i386 ./configure --enable-static --disable-shared --prefix="$USRLOCAL" || cat config.log
       i386 make
       export CC="gcc -m32"
       i386 ./configure --enable-static --disable-shared --prefix="$USRLOCAL" || cat config.log
       i386 make
@@ -22,10 +22,10 @@ for os in "$@"; do
       )
       ;;
     linux64)
       )
       ;;
     linux64)
-      wget https://www.libsdl.org/release/SDL2-2.0.4.tar.gz
-      tar xf SDL2-2.0.4.tar.gz
+      wget https://www.libsdl.org/release/SDL2-2.0.5.tar.gz
+      tar xf SDL2-2.0.5.tar.gz
       (
       (
-      cd SDL2-2.0.4
+      cd SDL2-2.0.5
       ./configure --enable-static --disable-shared --prefix="$USRLOCAL"
       make
       make install
       ./configure --enable-static --disable-shared --prefix="$USRLOCAL"
       make
       make install