Removed SDL1 from pipeline build script.

This commit is contained in:
Matthew Budd 2020-06-12 21:10:52 -04:00
parent 6dd0ef841e
commit a4309af847
1 changed files with 6 additions and 5 deletions

View File

@ -32,11 +32,12 @@ sudo apt-get --assume-yes install lua5.1-dev
pkg-config --cflags --libs lua5.1
# Install libSDL-1.2 and libSDL-2
echo '****************************************'
echo 'Install Dependency libsdl1.2-dev'
echo '****************************************'
sudo apt-get --assume-yes install libsdl1.2-dev
sdl-config --cflags --libs
# libSDL-1.2 no long needed
#echo '****************************************'
#echo 'Install Dependency libsdl1.2-dev'
#echo '****************************************'
#sudo apt-get --assume-yes install libsdl1.2-dev
#sdl-config --cflags --libs
echo '****************************************'
echo 'Install Dependency libsdl2-dev'
echo '****************************************'