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, 0 insertions, 1 deletions
diff --git a/meta/classes/gconf.bbclass b/meta/classes/gconf.bbclass
index 38097bc37a..cc01bcad2a 100644
--- a/meta/classes/gconf.bbclass
+++ b/meta/classes/gconf.bbclass
@@ -15,7 +15,6 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL = "1"
15 15
16gconf_postinst() { 16gconf_postinst() {
17if [ "x$D" != "x" ]; then 17if [ "x$D" != "x" ]; then
18 export GCONF_BACKEND_DIR=${STAGING_LIBDIR_NATIVE}/GConf/2
19 export GCONF_CONFIG_SOURCE="xml::$D${sysconfdir}/gconf/gconf.xml.defaults" 18 export GCONF_CONFIG_SOURCE="xml::$D${sysconfdir}/gconf/gconf.xml.defaults"
20else 19else
21 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` 20 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`