[gnome-shell] gnome-shell.modules: Disable dconf-editor



commit 560da763877e79eaaada9af55261443e49a93e18
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Oct 4 10:06:57 2010 +0200

    gnome-shell.modules: Disable dconf-editor
    
    dconf-editor requires GTK+-2.22, which is still not available in most
    major distributions. Building against GTK+-3 requires a more recent
    version of vala, so just disable dconf-editor for now.

 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 ad9a582..ffc03ef 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -118,7 +118,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="dconf">
+  <autotools id="dconf" autogenargs="--disable-editor">
     <branch repo="git.gnome.org" module="dconf"/>
     <dependencies>
       <dep package="glib"/>



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