build: Add missing libcanberra build deps on Debian

This commit is contained in:
Dan Winship 2010-11-01 13:29:33 -04:00
parent c6f6ac926e
commit 11794e3da9

View File

@ -87,6 +87,7 @@ if test "x$system" = xUbuntu -o "x$system" = xDebian -o "x$system" = xLinuxMint
mesa-common-dev mesa-utils python-dev python-gconf python-gobject \
xulrunner-dev xserver-xephyr gnome-terminal libcroco3-dev \
libgstreamer0.10-dev gstreamer0.10-plugins-base gstreamer0.10-plugins-good \
libltdl-dev libvorbis-dev
; do
if ! dpkg-checkbuilddeps -d $pkg /dev/null 2> /dev/null; then
reqd="$pkg $reqd"