diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-29 09:03:21 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-29 09:03:21 +0000 |
commit | 4ec046d48fc48f679fb40f570e2ce967197b2155 (patch) | |
tree | b53eb818e8c8881a50ac775d08c67e8adbfa7b15 /packages/angstrom | |
parent | 5b1a6c9f5b4e26ccbd401e544f973d61fc1b3eea (diff) |
task-angstrom-x11: add keylaunch
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 490955af9c..f427f15ab8 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 = "r29" +PR = "r30" ALLOW_EMPTY = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -75,6 +75,7 @@ RDEPENDS_angstrom-gpe-task-settings := "\ gpe-package \ gpe-shield \ gpe-taskmanager \ + keylaunch \ minilite \ minimix \ xmonobut" |