diff options
Diffstat (limited to 'packages/matchbox-wm/matchbox-wm_1.0.bb')
-rw-r--r-- | packages/matchbox-wm/matchbox-wm_1.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/matchbox-wm/matchbox-wm_1.0.bb b/packages/matchbox-wm/matchbox-wm_1.0.bb index 00bea89603..a933668692 100644 --- a/packages/matchbox-wm/matchbox-wm_1.0.bb +++ b/packages/matchbox-wm/matchbox-wm_1.0.bb @@ -3,7 +3,8 @@ DESCRIPTION = "Matchbox window manager" LICENSE = "GPL" DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf matchbox-common" RDEPENDS = "matchbox-common" -PR="r1" + +PR="r2" SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.0/matchbox-window-manager-${PV}.tar.gz \ @@ -13,7 +14,7 @@ S = "${WORKDIR}/matchbox-window-manager-${PV}" inherit autotools pkgconfig update-alternatives -FILES_${PN} = "${bindir} \ +FILES_${PN} = "${bindir}/* \ ${datadir}/matchbox \ ${sysconfdir}/matchbox \ ${datadir}/themes/blondie/matchbox \ |