diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-29 11:03:41 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-29 11:03:41 +0000 |
commit | 35ba94be70961fd3f916afdbf15d2a7c8304301d (patch) | |
tree | e95d03f5535ae5a54c59b36314f45dbac5c2a92b /packages/matchbox-wm/matchbox-wm_1.1.bb | |
parent | da0fdb36c258ae30b4e727b096bc088daa0ffb79 (diff) | |
parent | 1b11de10b43788532f124f3c0152f31932c19618 (diff) |
merge of '79d76f976ca74f71f538f5c81a1e25b14ffe43f6'
and 'b9ffe3b2fa4c42424206977c6be342c1305c83e7'
Diffstat (limited to 'packages/matchbox-wm/matchbox-wm_1.1.bb')
-rw-r--r-- | packages/matchbox-wm/matchbox-wm_1.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/matchbox-wm/matchbox-wm_1.1.bb b/packages/matchbox-wm/matchbox-wm_1.1.bb index 8e28d0c041..275a556d3c 100644 --- a/packages/matchbox-wm/matchbox-wm_1.1.bb +++ b/packages/matchbox-wm/matchbox-wm_1.1.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="r0" + +PR="r1" SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.1/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 \ |