fix apt libpango name

db4
Doug Coleman 2009-03-20 18:39:38 -05:00
parent 4e8e39cb49
commit a9a8e05393
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ make_boot_image() {
}
install_build_system_apt() {
sudo apt-get --yes install libc6-dev libpango-1.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 glutg3-dev wget git-core git-doc rlwrap gcc make
check_ret sudo
}