From 8b12eac38e3708e26e7e505025331bb7dbeec87f Mon Sep 17 00:00:00 2001 From: HybridDog Date: Mon, 8 Nov 2021 17:29:14 +0100 Subject: [PATCH] remove an apt package --- ci_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }