[gnome-shell] build: Add missing libcanberra build deps on Fedora



commit c6f6ac926ecef2598cb84e1ea63b343adc41ecce
Author: Mathieu Bridon <bochecha fedoraproject org>
Date:   Mon Nov 1 18:18:11 2010 +0100

    build: Add missing libcanberra build deps on Fedora

 tools/build/gnome-shell-build-setup.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh
index ca0bbf9..702ce45 100755
--- a/tools/build/gnome-shell-build-setup.sh
+++ b/tools/build/gnome-shell-build-setup.sh
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]