fix: remove libtess2-dev and libfreeimage-dev from Trixie dependency list
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user