build: Add missing libcanberra build deps on Debian
This commit is contained in:
parent
c6f6ac926e
commit
11794e3da9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user