Removed SDL1 from pipeline build script.
This commit is contained in:
parent
6dd0ef841e
commit
a4309af847
|
@ -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 '****************************************'
|
||||
|
|
Loading…
Reference in New Issue