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