diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-27 15:01:51 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-27 15:01:51 +0000 |
commit | 704cf163e201785b7beaf1654e576bb08485582d (patch) | |
tree | b3f71c47fdc9f502396a9193eea73b5b534e242e /meta | |
parent | 4ca483f3d17566837b4b3ef0cffb56b20e5940a8 (diff) |
add gpe-aerial and matchbox-themes-extra to meta-gpe
BKrev: 41a896dfSxyiH4Rp6l8zeFg3Xre47w
Diffstat (limited to 'meta')
-rw-r--r-- | meta/meta-gpe.oe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/meta-gpe.oe b/meta/meta-gpe.oe index 956090498e..d24ec86af4 100644 --- a/meta/meta-gpe.oe +++ b/meta/meta-gpe.oe @@ -1,7 +1,7 @@ PACKAGES = gpe-base-depends gpe-task-base gpe-task-settings gpe-task-pim gpe-task-apps DESCRIPTION = "Meta-package for GPE Palmtop Environment" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -PR = "r20" +PR = "r21" ALLOW_EMPTY = 1 @@ -80,6 +80,7 @@ gpe-task-apps = "\ gpe-watch \ gpe-what \ matchbox-panel-hacks \ + gpe-aerial \ rosetta" RDEPENDS_gpe-task-apps := "${gpe-task-apps}" @@ -93,3 +94,5 @@ gpe-task-games = "\ RDEPENDS_gpe-task-games := "${gpe-task-games}" DEPENDS += "${gpe-task-games}" +DEPENDS += "matchbox-themes-extra" + |