~ salmonella-environment-setup (master) e5f812583315dacecf48c9877614514bc8825ccc


commit e5f812583315dacecf48c9877614514bc8825ccc
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Mon Apr 14 20:47:52 2014 -0300
Commit:     Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Mon Apr 14 20:47:52 2014 -0300

    debian-wheezy.sh: add libglew-dev (for opengl-glew)

diff --git a/debian-wheezy.sh b/debian-wheezy.sh
index 37af6e3..ecfcad6 100755
--- a/debian-wheezy.sh
+++ b/debian-wheezy.sh
@@ -103,6 +103,7 @@ sudo apt-get install \
     libmarkdown2-dev \
     xorg-dev \
     libglu1-mesa-dev \
+    libglew-dev \
 
 ##
 ## Things that are not packaged for Debian
Trap