matchbox-wm: fix dbus support
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 27 Sep 2008 19:33:19 +0000 (16:33 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 24 Oct 2008 21:53:55 +0000 (19:53 -0200)
packages/matchbox-wm/matchbox-wm_1.2.bb

index a44104f..36ddae3 100644 (file)
@@ -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
 }
-