remove check for GLU from factor.sh

db4
Doug Coleman 2009-04-13 20:50:32 -05:00
parent 447a55418c
commit 7fcf5d5562
1 changed files with 1 additions and 2 deletions

View File

@ -139,7 +139,6 @@ check_library_exists() {
} }
check_X11_libraries() { check_X11_libraries() {
check_library_exists GLU
check_library_exists GL check_library_exists GL
check_library_exists X11 check_library_exists X11
check_library_exists pango-1.0 check_library_exists pango-1.0
@ -491,7 +490,7 @@ make_boot_image() {
} }
install_build_system_apt() { install_build_system_apt() {
sudo apt-get --yes install libc6-dev libpango1.0-dev libx11-dev xorg-dev glutg3-dev wget git-core git-doc rlwrap gcc make sudo apt-get --yes install libc6-dev libpango1.0-dev libx11-dev xorg-dev wget git-core git-doc rlwrap gcc make
check_ret sudo check_ret sudo
} }