[gnome-shell] Add Clutter dependency on gdk-pixbuf in moduleset



commit 25fe730d16dc5356892908f476a5ee6d8640fd45
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Fri Oct 1 13:02:31 2010 +0200

    Add Clutter dependency on gdk-pixbuf in moduleset
    
    Clutter also depends on gdk-pixbuf so build gdk-pixbuf
    before Clutter.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=631086

 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 7e4cfcc..ad9a582 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -114,6 +114,7 @@
         <dep package="gobject-introspection"/>
         <dep package="atk"/>
         <dep package="pango"/>
+        <dep package="gdk-pixbuf"/>
     </dependencies>
   </autotools>
 



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