diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-18 11:57:49 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-18 11:57:49 +0000 |
commit | 9993345bb813e0b18badc90c23aed832c25a56d5 (patch) | |
tree | f72bedf5ad26e65f9040772ac5402faaf64bd481 /packages/angstrom | |
parent | 12f098d60bef200ff0aff6b6406b35d290a1e93d (diff) |
task-angstrom-x11.bb: also ship matchbox-keyboard
Diffstat (limited to 'packages/angstrom')
-rw-r--r-- | packages/angstrom/task-angstrom-x11.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/angstrom/task-angstrom-x11.bb b/packages/angstrom/task-angstrom-x11.bb index c8e4595779..17c229b165 100644 --- a/packages/angstrom/task-angstrom-x11.bb +++ b/packages/angstrom/task-angstrom-x11.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Task packages for the Angstrom distribution" -PR = "r21" +PR = "r22" ALLOW_EMPTY = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -26,6 +26,7 @@ RDEPENDS_angstrom-gpe-task-base := "\ matchbox \ xcursor-transparent-theme \ rxvt-unicode \ + matchbox-keyboard \ gpe-theme-clearlooks \ xst \ xhost \ |