diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-20 16:14:20 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-20 16:14:20 +0000 |
commit | d90659109db07aa5bff69da5c3f35ca4e553710d (patch) | |
tree | 76eff234305e3ddcce11a35de28b8f3ddcaf4170 /packages/matchbox-wm/matchbox-wm_1.1.bb | |
parent | 161e8719295762b01469f0a7dcb3ba9c701d4715 (diff) |
matchbox-wm: basic unification of recipes
Diffstat (limited to 'packages/matchbox-wm/matchbox-wm_1.1.bb')
-rw-r--r-- | packages/matchbox-wm/matchbox-wm_1.1.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/matchbox-wm/matchbox-wm_1.1.bb b/packages/matchbox-wm/matchbox-wm_1.1.bb index 275a556d3c..c3e8186481 100644 --- a/packages/matchbox-wm/matchbox-wm_1.1.bb +++ b/packages/matchbox-wm/matchbox-wm_1.1.bb @@ -1,12 +1,10 @@ -SECTION = "x11/wm" -DESCRIPTION = "Matchbox window manager" -LICENSE = "GPL" +require matchbox-wm.inc + DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf matchbox-common" RDEPENDS = "matchbox-common" PR="r1" - SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.1/matchbox-window-manager-${PV}.tar.gz \ file://kbdconfig" |