From 3e460b68d91ee2452f32e89f92ab5a6db590034b Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 10 Oct 2016 19:29:04 +0200 Subject: [PATCH] install_deps.sh: remove libglewmx from deb for now, the package is broken in deb testing... --- build_files/build_environment/install_deps.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index 1e017cdd9b8..d6ea7d99f04 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -800,7 +800,7 @@ Those libraries should be available as packages in all recent distributions (opt * libjpeg, libpng, libtiff, [libopenjpeg], [libopenal]. * libx11, libxcursor, libxi, libxrandr, libxinerama (and other libx... as needed). * libsqlite3, libbz2, libssl, libfftw3, libxml2, libtinyxml, yasm, libyaml-cpp. - * libsdl1.2, libglew, libglewmx.\"" + * libsdl1.2, libglew, [libglewmx].\"" DEPS_SPECIFIC_INFO="\"BUILDABLE DEPENDENCIES: @@ -2587,8 +2587,9 @@ install_DEB() { git libfreetype6-dev libx11-dev flex bison libtbb-dev libxxf86vm-dev \ libxcursor-dev libxi-dev wget libsqlite3-dev libxrandr-dev libxinerama-dev \ libbz2-dev libncurses5-dev libssl-dev liblzma-dev libreadline-dev $OPENJPEG_DEV \ - libopenal-dev libglew-dev libglewmx-dev yasm $THEORA_DEV $VORBIS_DEV $OGG_DEV \ + libopenal-dev libglew-dev yasm $THEORA_DEV $VORBIS_DEV $OGG_DEV \ libsdl1.2-dev libfftw3-dev patch bzip2 libxml2-dev libtinyxml-dev libjemalloc-dev" + # libglewmx-dev (broken in deb testing currently...) OPENJPEG_USE=true VORBIS_USE=true