diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/gconf.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/gconf.bbclass b/meta/classes/gconf.bbclass index bffc92ea7a..71926b7818 100644 --- a/meta/classes/gconf.bbclass +++ b/meta/classes/gconf.bbclass | |||
@@ -1,5 +1,9 @@ | |||
1 | DEPENDS += "gconf gconf-native" | 1 | DEPENDS += "gconf gconf-native" |
2 | 2 | ||
3 | # This is referenced by the gconf m4 macros and would default to the value hardcoded | ||
4 | # into gconf at compile time otherwise | ||
5 | export GCONF_SCHEMA_INSTALL_SOURCE = "xml:merged:${STAGING_DIR_NATIVE}${sysconfdir}/gconf/gconf.xml.defaults" | ||
6 | |||
3 | gconf_postinst() { | 7 | gconf_postinst() { |
4 | if [ "x$D" != "x" ]; then | 8 | if [ "x$D" != "x" ]; then |
5 | exit 1 | 9 | exit 1 |