[gnome-ostree] manifest: Disable dconf editor



commit 3a4360b82559122628547ff2562e14212d7d2712
Author: Colin Walters <walters verbum org>
Date:   Tue Feb 12 17:02:18 2013 -0500

    manifest: Disable dconf editor
    
    It shows up as an app, which we don't want.  We need one of:
    
    1) Add --enable-editor-only so this can be built as an app
    2) Split it into a separate git repository

 manifest.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 0fd14ae..f411d39 100644
--- a/manifest.json
+++ b/manifest.json
@@ -661,7 +661,7 @@
 				 "--with-unicode-support=libicu"]},
 
 		{"src": "gnome:dconf",
-		 "config-opts": ["--disable-man"]},
+		 "config-opts": ["--disable-man", "--disable-editor"]},
 
 		{"src": "gnome:zenity"},
 


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