diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-18 11:14:43 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-18 11:14:43 +0000 |
commit | 0077b8a0c2489a536c865a353cf8877a887a1c07 (patch) | |
tree | c1422b07b25a12ca89a41504ea4ca72cf279601f /packages/angstrom/task-angstrom-x11.bb | |
parent | 9ff14c070720d62c3d96f2de887728de12d86289 (diff) |
task-angstrom-x11: add rxvt and autostarter back
Diffstat (limited to 'packages/angstrom/task-angstrom-x11.bb')
-rw-r--r-- | packages/angstrom/task-angstrom-x11.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/packages/angstrom/task-angstrom-x11.bb b/packages/angstrom/task-angstrom-x11.bb index 0060d07877..c8e4595779 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 = "r20" +PR = "r21" ALLOW_EMPTY = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -25,8 +25,8 @@ RDEPENDS_angstrom-x11-base-depends := "\ RDEPENDS_angstrom-gpe-task-base := "\ matchbox \ xcursor-transparent-theme \ -# rxvt-unicode \ - matchbox-themes-gtk \ + rxvt-unicode \ + gpe-theme-clearlooks \ xst \ xhost \ xrdb \ @@ -36,9 +36,8 @@ RDEPENDS_angstrom-gpe-task-base := "\ gpe-session-scripts \ gpe-icons \ gpe-confd \ -# gpe-autostarter \ + gpe-autostarter \ libgtkstylus \ - libgtkinput \ suspend-desktop \ teleport \ xauth \ |