diff options
author | Ross Burton <ross@openedhand.com> | 2008-09-08 15:24:03 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-09-08 15:24:03 +0000 |
commit | 9836ab8ac9a5cf0619b7b7bb087e795044720130 (patch) | |
tree | 7eb4bd88dd662b722286280b2212a554690b7c7c /meta/packages/matchbox-wm | |
parent | 9bef0ee3d292ce1c5b54ae74baa13a139ee239cd (diff) | |
download | poky-9836ab8ac9a5cf0619b7b7bb087e795044720130.tar.gz |
matchbox-wm: provide matchbox-wm to complete the virtual mojo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5160 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-wm')
-rw-r--r-- | meta/packages/matchbox-wm/matchbox-wm_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/matchbox-wm/matchbox-wm_svn.bb b/meta/packages/matchbox-wm/matchbox-wm_svn.bb index d8a48e2ce6..1b79e09942 100644 --- a/meta/packages/matchbox-wm/matchbox-wm_svn.bb +++ b/meta/packages/matchbox-wm/matchbox-wm_svn.bb | |||
@@ -2,8 +2,10 @@ SECTION = "x11/wm" | |||
2 | DESCRIPTION = "Matchbox window manager" | 2 | DESCRIPTION = "Matchbox window manager" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" | 4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" |
5 | PROVIDES = "matchbox-wm" | ||
6 | |||
5 | PV = "1.2+svnr${SRCREV}" | 7 | PV = "1.2+svnr${SRCREV}" |
6 | PR = "r3" | 8 | PR = "r4" |
7 | 9 | ||
8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ | 10 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ |
9 | file://configure_fix.patch;patch=1;maxrev=1818 \ | 11 | file://configure_fix.patch;patch=1;maxrev=1818 \ |