[gnome-shell] gnome-shell.modules: add libcanberra as a dependency of Mutter



commit 1a466cfce4ea1130e5ea2d10ecaafaf9db686566
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Fri Dec 3 11:11:16 2010 -0500

    gnome-shell.modules: add libcanberra as a dependency of Mutter
    
    libcanberra is an (optional) dependency of Mutter; since we have
    it in the moduleset we need to mark the dependency so things get
    built in the right order.

 tools/build/gnome-shell.modules |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index 4438f00..109cc6a 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -150,6 +150,7 @@
       <dep package="clutter"/>
       <dep package="gconf"/>
       <dep package="gtk3"/>
+      <dep package="libcanberra"/>
     </dependencies>
   </autotools>
 



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