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
|
pkg-config --cflags --libs lua5.1
|
||||||
|
|
||||||
# Install libSDL-1.2 and libSDL-2
|
# Install libSDL-1.2 and libSDL-2
|
||||||
echo '****************************************'
|
# libSDL-1.2 no long needed
|
||||||
echo 'Install Dependency libsdl1.2-dev'
|
#echo '****************************************'
|
||||||
echo '****************************************'
|
#echo 'Install Dependency libsdl1.2-dev'
|
||||||
sudo apt-get --assume-yes install libsdl1.2-dev
|
#echo '****************************************'
|
||||||
sdl-config --cflags --libs
|
#sudo apt-get --assume-yes install libsdl1.2-dev
|
||||||
|
#sdl-config --cflags --libs
|
||||||
echo '****************************************'
|
echo '****************************************'
|
||||||
echo 'Install Dependency libsdl2-dev'
|
echo 'Install Dependency libsdl2-dev'
|
||||||
echo '****************************************'
|
echo '****************************************'
|
||||||
|
|
Loading…
Reference in New Issue