aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}
-