diff options
author | Rene Wagner <rw@handhelds.org> | 2006-02-16 20:59:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-16 20:59:32 +0000 |
commit | 2128f1a94ded090ab6d135d31798e3ddb97b1bd8 (patch) | |
tree | f658096781db1c71660fc9711ba3ce5e59633ea2 /packages/matchbox-common/matchbox-common_0.9.1.bb | |
parent | 52297a296deadd818065287f502bec69903fc753 (diff) |
matchbox-common: add Media category. Fixes hh.org Bug #1462.
- makes use of multiple category matching code in matchbox-desktop_0.9.1-r1
and matchbox-panel_0.9.2-r11
Diffstat (limited to 'packages/matchbox-common/matchbox-common_0.9.1.bb')
-rw-r--r-- | packages/matchbox-common/matchbox-common_0.9.1.bb | 5 |
1 files changed, 3 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 27c2bdf508..d2db4683e1 100644 --- a/packages/matchbox-common/matchbox-common_0.9.1.bb +++ b/packages/matchbox-common/matchbox-common_0.9.1.bb @@ -2,10 +2,11 @@ SECTION = "x11/wm" DESCRIPTION = "Matchbox window manager common files" LICENSE = "GPL" DEPENDS = "libmatchbox" -PR = "r1" +PR = "r2" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ - file://no-utilities-category.patch;patch=1" + file://no-utilities-category.patch;patch=1 \ + file://add-media-category.patch;patch=1" inherit autotools pkgconfig |