diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-17 08:13:52 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-17 08:13:52 +0000 |
commit | ad8e58824e296cedc69e119261bea5a8131d08aa (patch) | |
tree | 4156ed965f7d504f9f46b88dfa983d2c4f93cdb9 | |
parent | cc65140682cb88dfaadd3e6cac7a3b008a2749b5 (diff) |
matchbox-common: make it bug compatible again
-rw-r--r-- | packages/matchbox-common/matchbox-common_0.9.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/matchbox-common/matchbox-common_0.9.1.bb b/packages/matchbox-common/matchbox-common_0.9.1.bb index ca68003b94..6ec38cfbef 100644 --- a/packages/matchbox-common/matchbox-common_0.9.1.bb +++ b/packages/matchbox-common/matchbox-common_0.9.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Matchbox window manager common files" SECTION = "x11/wm" LICENSE = "GPL" DEPENDS = "libmatchbox" -PR = "r4" +PR = "r5" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ file://no-utilities-category.patch;patch=1 \ @@ -19,7 +19,7 @@ FILES_${PN} = "\ ALTERNATIVE_NAME = "x-window-manager" ALTERNATIVE_LINK = "${bindir}/x-window-manager" -ALTERNATIVE_PATH = "${bindir}/matchbox-window-manager" +ALTERNATIVE_PATH = "${bindir}/matchbox-session" ALTERNATIVE_PRIORITY = "11" |