[gnome-ostree] ibus: Disable dconf for now



commit 57df0f9bcae40c5d85c8c74c16245fb1f65e5992
Author: Colin Walters <walters verbum org>
Date:   Tue Dec 4 22:44:52 2012 -0500

    ibus: Disable dconf for now
    
    It's trying to launch a session bus at *build* time, which fails
    because we don't have an entry in /etc/passwd for the building user.
    
    We could probably fix this, but let's get things building again for
    now.

 manifest.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 6e32856..ec36266 100644
--- a/manifest.json
+++ b/manifest.json
@@ -769,7 +769,7 @@
 			     "ibus-introspection-syntax.patch"],
 		 "config-opts": ["--disable-tests", 
 				 "--disable-gconf",
-				 "--enable-dconf",
+				 "--disable-dconf",
 				 "--enable-introspection",
 				 "--enable-vala",
 				 "--disable-ui"]},



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