diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-14 19:30:01 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-14 19:30:01 +0000 |
commit | 466098090f7a850b420e18bda4a17bf671d791d4 (patch) | |
tree | 5847dc3b0de9038a5d83df93aaf7c575ce14698b /packages/matchbox-wm/matchbox-wm_1.0.bb | |
parent | cff961f0cc157d273101098fbeaf5bcc3d7c7933 (diff) |
matchbox-wm: stop requiring mb-common
Diffstat (limited to 'packages/matchbox-wm/matchbox-wm_1.0.bb')
-rw-r--r-- | packages/matchbox-wm/matchbox-wm_1.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/matchbox-wm/matchbox-wm_1.0.bb b/packages/matchbox-wm/matchbox-wm_1.0.bb index e55f7a5c4e..dad8163232 100644 --- a/packages/matchbox-wm/matchbox-wm_1.0.bb +++ b/packages/matchbox-wm/matchbox-wm_1.0.bb @@ -1,9 +1,9 @@ require matchbox-wm.inc -DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf matchbox-common" -RDEPENDS = "matchbox-common" +DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf " +RDEPENDS = "" -PR="r2" +PR="r3" SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.0/matchbox-window-manager-${PV}.tar.gz \ |