[eog] [GSettings] Call glib-compile-schemas with allow-any-name parameter for now



commit dd7c43457ac1602e49e43a4d79ad26dd09aeaad8
Author: Felix Riemann <friemann gnome org>
Date:   Sat Jun 5 12:45:30 2010 +0200

    [GSettings] Call glib-compile-schemas with allow-any-name parameter for now
    
    This needed as our schema keys are not yet following the new naming
    scheme. Until we've fixed them we need to override this error check.

 data/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 6689ed6..a25f39d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -14,7 +14,8 @@ gsettings_SCHEMAS = org.gnome.eog.gschema.xml
 
 @INTLTOOL_XML_NOMERGE_RULE@
 @GSETTINGS_RULES@
-
+# Allow key names to not follow the new naming scheme until we fixed them
+GLIB_COMPILE_SCHEMAS +=  --allow-any-name
 #schemas_in_files = eog.schemas.in
 #schemasdir = $(GCONF_SCHEMA_FILE_DIR)
 #schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)



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