fix: remove libtess2-dev and libfreeimage-dev from Trixie dependency list

This commit is contained in:
Timothy Hofland
2026-03-11 11:14:21 +01:00
parent ad3084659b
commit feae1d01c1

View File

@ -225,13 +225,13 @@ if [ ! -d "openFrameworks" ]; then
if command -v apt-get > /dev/null; then if command -v apt-get > /dev/null; then
DEBIAN_FRONTEND=noninteractive apt-get install -y \ DEBIAN_FRONTEND=noninteractive apt-get install -y \
libmpg123-dev libsndfile1-dev libopenal-dev libassimp-dev \ libmpg123-dev libsndfile1-dev libopenal-dev libassimp-dev \
libtess2-dev libglew-dev libglfw3-dev liburiparser-dev \ libglew-dev libglfw3-dev liburiparser-dev \
libcurl4-openssl-dev libpugixml-dev libasound2-dev \ libcurl4-openssl-dev libpugixml-dev libasound2-dev \
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-good gstreamer1.0-plugins-bad \ gstreamer1.0-plugins-good gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-ugly gstreamer1.0-libav \ gstreamer1.0-plugins-ugly gstreamer1.0-libav \
libgtk-3-dev libboost-filesystem-dev libfreeimage-dev \ libgtk-3-dev libboost-filesystem-dev \
libfontconfig1-dev libfreetype6-dev libx11-dev \ libfontconfig1-dev libfreetype-dev libx11-dev \
libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
fi fi
else else