diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-27 07:49:12 +0100 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-27 15:41:40 +0100 |
commit | d445cc2ace4729dd70bf25628aceb119415dffdf (patch) | |
tree | c8bad3ba4625492e401dad9a1b7451c339e0b16f /data | |
parent | cb1222d2687e4e86bad1dfd72299512d35c0cb7a (diff) |
build: add --disable-settings to avoid installing the GSettings schema
This is needed to avoid multiple components shipping the same schema.
It's just a temporary workaround that won't be needed when
https://bugzilla.gnome.org/show_bug.cgi?id=706317 will be fixed.
https://bugzilla.gnome.org/show_bug.cgi?id=706801
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 19f40a3b..433fb18b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,6 +1,8 @@ SUBDIRS = icons gsettings_SCHEMAS = org.gnome.telepathy-account-widgets.gschema.xml + +if ENABLE_SETTINGS @GSETTINGS_RULES@ # We need to compile schemas at make time @@ -9,6 +11,7 @@ gschemas.compiled: $(gsettings_SCHEMAS:.xml=.valid) $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. . all-local: gschemas.compiled +endif EXTRA_DIST = \ $(schemas_DATA) \ |