summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-wm/matchbox-wm_1.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-07-05 13:34:16 +0000
committerRoss Burton <ross@openedhand.com>2007-07-05 13:34:16 +0000
commit1af8217f1cd4635f03e0b59832807d56bfda905d (patch)
tree7db3438c32d9c230177dcf0d0ac2a82f2923c0ed /meta/packages/matchbox-wm/matchbox-wm_1.2.bb
parentd13447393b36b5e9ae0065cb77a40ea40596feb1 (diff)
downloadpoky-1af8217f1cd4635f03e0b59832807d56bfda905d.tar.gz
Remove matchbox-common depends, the session script is now in matchbox-sato
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2115 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-wm/matchbox-wm_1.2.bb')
-rw-r--r--meta/packages/matchbox-wm/matchbox-wm_1.2.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/matchbox-wm/matchbox-wm_1.2.bb b/meta/packages/matchbox-wm/matchbox-wm_1.2.bb
index 82ba5221c2..79b32e4fd0 100644
--- a/meta/packages/matchbox-wm/matchbox-wm_1.2.bb
+++ b/meta/packages/matchbox-wm/matchbox-wm_1.2.bb
@@ -2,7 +2,7 @@ SECTION = "x11/wm"
2DESCRIPTION = "Matchbox window manager" 2DESCRIPTION = "Matchbox window manager"
3LICENSE = "GPL" 3LICENSE = "GPL"
4DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common" 4DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common"
5RDEPENDS = "matchbox-common" 5PR="r1"
6 6
7SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \ 7SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \
8 file://kbdconfig \ 8 file://kbdconfig \
@@ -33,4 +33,3 @@ do_configure_prepend () {
33do_install_prepend() { 33do_install_prepend() {
34 install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig 34 install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig
35} 35}
36