diff --git a/ci_script.sh b/ci_script.sh index 4767add..479a8de 100644 --- a/ci_script.sh +++ b/ci_script.sh @@ -6,7 +6,7 @@ download_schismtracker_and_depends() { git clone --depth=1 https://github.com/schismtracker/schismtracker.git # Install dependencies with apt sudo apt-get install build-essential automake autoconf autoconf-archive \ - libx11-dev libxext-dev libxv-dev libxxf86misc-dev \ + libx11-dev libxext-dev libxv-dev \ libxxf86vm-dev libsdl1.2-dev libasound2-dev mercurial \ libtool }