Drop libglew-dev as prereq for Travis build

Noted by @eserte in athreef/Alien-raylib#2. Thanks!
This commit is contained in:
Ahmad Fatoum 2018-01-26 22:10:02 +01:00
parent 1d5fbef93d
commit 1ab3c058f5
No known key found for this signature in database
GPG Key ID: C3EAC3DE9321D59B

View File

@ -26,7 +26,7 @@ before_install:
libasound2-dev:$ARCH
libxcursor-dev:$ARCH libxinerama-dev:$ARCH mesa-common-dev:$ARCH
libx11-dev:$ARCH libxrandr-dev:$ARCH libxi-dev:$ARCH
libgl1-mesa-dev:$ARCH libglu1-mesa-dev:$ARCH libglew-dev:$ARCH;
libgl1-mesa-dev:$ARCH libglu1-mesa-dev:$ARCH;
export RAYLIB_PACKAGE_SUFFIX="-Linux-$ARCH";
if [ "$ARCH" == "i386" ]; then export CFLAGS="-m32"; fi;
if [ "$ARCH" == "amd64" ]; then export CFLAGS="-m64"; fi;