[gnome-shell] Make pango be built before clutter in moduleset



commit 8ade2fc11684aee29f92cd40625659c3dd9a15cb
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Tue Jun 29 19:41:13 2010 +0200

    Make pango be built before clutter in moduleset
    
    If pango is built, do it before clutter since it will
    use it instead of the system version.

 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 3098bf8..0a90c7f 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -98,6 +98,7 @@
     </dependencies>
     <after>
       <dep package="gir-repository"/>
+      <dep package="pango"/>
     </after>
   </autotools>
 



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