aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2008-09-27 16:33:19 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2008-10-24 19:53:55 -0200
commit9e03174940f778e87b8584ab125b6fccba3700ea (patch)
tree643b3c9f745950ed78c25910d1afb00e49cfc540
parentda70fd4cc188f70a00d622a6f0bca9844ef3b8d6 (diff)
downloadopenembedded-9e03174940f778e87b8584ab125b6fccba3700ea.tar.gz
matchbox-wm: fix dbus support
-rw-r--r--packages/matchbox-wm/matchbox-wm_1.2.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/matchbox-wm/matchbox-wm_1.2.bb b/packages/matchbox-wm/matchbox-wm_1.2.bb
index a44104fc59..36ddae3c7c 100644
--- a/packages/matchbox-wm/matchbox-wm_1.2.bb
+++ b/packages/matchbox-wm/matchbox-wm_1.2.bb
@@ -20,7 +20,8 @@ FILES_${PN} = "${bindir}/* \
${sysconfdir}/gconf/ \
${datadir}/themes/blondie/matchbox \
${datadir}/themes/Default/matchbox \
- ${datadir}/themes/MBOpus/matchbox"
+ ${datadir}/themes/MBOpus/matchbox \
+ /var/lib/*"
ALTERNATIVE_NAME = "x-window-manager"
ALTERNATIVE_LINK = "${bindir}/x-window-manager"
@@ -39,6 +40,6 @@ do_configure_prepend () {
}
do_install_prepend() {
+ install -d ${D}/var/lib/dbus
install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig
}
-