[gnome-shell] Remove unintended GConf dependency GTK+ in moduleset



commit 9af979097d542c0dcde07a8766f77bad203d5a74
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Mon Jun 21 18:34:02 2010 +0200

    Remove unintended GConf dependency GTK+ in moduleset
    
    Commit 2799327 introduced a dependency on gtk+ for gconf,
    instead of glib, pulling the whole stack.

 tools/build/gnome-shell.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index cb487f7..3a39168 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -87,7 +87,7 @@
   <autotools id="gconf" autogenargs="--disable-defaults-service">
     <branch repo="git.gnome.org" module="gconf"/>
     <dependencies>
-      <dep package="gtk+"/>
+      <dep package="glib"/>
     </dependencies>
   </autotools>
 



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