remove glfw2

This commit is contained in:
andyque 2015-01-14 14:43:01 +08:00
parent d57509aea9
commit b44f422f4d
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ fi
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
#try to remove glfw2
sudo apt-get remove libglfw2
DEPENDS='libx11-dev'
DEPENDS+=' libxmu-dev'
DEPENDS+=' libglu1-mesa-dev'