From 11794e3da90f4c83d191b9393a4bd8caedd6d954 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 1 Nov 2010 13:29:33 -0400 Subject: [PATCH] build: Add missing libcanberra build deps on Debian --- tools/build/gnome-shell-build-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh index 702ce450c..36c4f6fff 100755 --- a/tools/build/gnome-shell-build-setup.sh +++ b/tools/build/gnome-shell-build-setup.sh @@ -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"