Install gtk2-engines-pixbuf to get rid of warnings when you run deps-linux. Fixes #286.

db4
Doug Coleman 2011-10-19 18:16:58 -07:00
parent 3d1155130c
commit 030c918fcf
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ make_boot_image() {
}
install_deps_linux() {
sudo apt-get --yes install libc6-dev libpango1.0-dev libx11-dev xorg-dev libgtk2.0-dev libgtkglext1-dev wget git-core git-doc rlwrap gcc make
sudo apt-get --yes install libc6-dev libpango1.0-dev libx11-dev xorg-dev libgtk2.0-dev gtk2-engines-pixbuf libgtkglext1-dev wget git-core git-doc rlwrap gcc make
check_ret sudo
}