[Bf-blender-cvs] [32b5fb3] master: We need libglewmx too, now.

Bastien Montagne noreply at git.blender.org
Tue Oct 7 23:14:59 CEST 2014


Commit: 32b5fb351a8d38a63ecbc5f88ac7ccd906747544
Author: Bastien Montagne
Date:   Tue Oct 7 23:14:43 2014 +0200
Branches: master
https://developer.blender.org/rB32b5fb351a8d38a63ecbc5f88ac7ccd906747544

We need libglewmx too, now.

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index a5acbe9..903fdc3 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1795,7 +1795,7 @@ install_DEB() {
   _packages="gawk cmake cmake-curses-gui scons build-essential libjpeg-dev libpng-dev \
              libfreetype6-dev libx11-dev libxi-dev wget libsqlite3-dev libbz2-dev \
              libncurses5-dev libssl-dev liblzma-dev libreadline-dev $OPENJPEG_DEV \
-             libopenal-dev libglew-dev yasm $THEORA_DEV $VORBIS_DEV $OGG_DEV \
+             libopenal-dev libglew-dev libglewmx-dev yasm $THEORA_DEV $VORBIS_DEV $OGG_DEV \
              libsdl1.2-dev libfftw3-dev patch bzip2 libxml2-dev libtinyxml-dev"
 
   OPENJPEG_USE=true




More information about the Bf-blender-cvs mailing list