build: Add missing libcanberra build deps on Fedora

This commit is contained in:
Mathieu Bridon 2010-11-01 18:18:11 +01:00 committed by Dan Winship
parent 79a33fa7fb
commit c6f6ac926e

View File

@ -61,7 +61,7 @@ fi
# libjasper, libjpeg, libpng, libpulse, libtiff, libwnck,
# libxml2, ORBit2, python, readline,
# spidermonkey ({mozilla,firefox,xulrunner}-js), startup-notification
# xdamage, icon-naming-utils
# xdamage, icon-naming-utils, libtool-ltdl, libvorbis
#
# Non-devel packages needed by gnome-shell and its deps:
# glxinfo, gstreamer-plugins-base, gstreamer-plugins-good,
@ -109,7 +109,7 @@ if test "x$system" = xFedora ; then
python-devel pygobject2 readline-devel xulrunner-devel libXdamage-devel libcroco-devel
libxml2-devel gstreamer-devel gstreamer-plugins-base gstreamer-plugins-good
glx-utils startup-notification-devel xorg-x11-server-Xephyr gnome-terminal zenity
icon-naming-utils
icon-naming-utils libtool-ltdl-devel libvorbis-devel
"
if expr $version \>= 14 > /dev/null ; then