diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-02 15:32:12 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-02 15:32:12 +0000 |
commit | 48b9cc8c7174ae2f723f7c14d61303036b6393a8 (patch) | |
tree | 421413def7de3ab16b8d07e9d6a0db2e455fd1dc /packages | |
parent | a98c00576de1358f48c88e187a46e204823880a6 (diff) |
gpe-task-base: Adjust dependencies
Diffstat (limited to 'packages')
-rw-r--r-- | packages/tasks/task-gpe-base.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/tasks/task-gpe-base.bb b/packages/tasks/task-gpe-base.bb index 821142949a..b587578120 100644 --- a/packages/tasks/task-gpe-base.bb +++ b/packages/tasks/task-gpe-base.bb @@ -1,11 +1,10 @@ DESCRIPTION = "Base task package for GPE Palmtop Environment" -PR = "r5" +PR = "r6" LICENSE = "MIT" ALLOW_EMPTY = "1" RDEPENDS = "\ - diet-x11 \ - virtual/xserver \ + virtual/libx11 \ gpe-bootsplash \ bluez-utils-dbus \ matchbox \ |