[eog] [GSettings] Call glib-compile-schemas with allow-any-name parameter for now
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] [GSettings] Call glib-compile-schemas with allow-any-name parameter for now
- Date: Sun, 6 Jun 2010 14:42:25 +0000 (UTC)
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]