diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-02-20 18:13:51 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-02-20 18:13:51 +0000 |
commit | e2a3a231c890180247a56e410096305648a80e4b (patch) | |
tree | 58dbfafe262280b526bb33681d46afd1d5fb8ade | |
parent | d662aaf04592e17104f3683bcea230df1b61f904 (diff) |
task-gpephone: Use specific theme.
-rw-r--r-- | packages/gpephone/task-gpephone.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gpephone/task-gpephone.bb b/packages/gpephone/task-gpephone.bb index 4d6df8271c..488b4d29d7 100644 --- a/packages/gpephone/task-gpephone.bb +++ b/packages/gpephone/task-gpephone.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Task packages for GPE Palmtop Environment Phone Edition" -PR = "r0" +PR = "r1" LICENSE = "MIT" ALLOW_EMPTY = "1" @@ -40,6 +40,7 @@ RDEPENDS_gpephone-task-base := "\ gpe-applauncher \ gpe-phonepanel \ gpe-bootsplash \ + gpe-bootsplash-theme-gpephone \ bluez-utils-dbus \ matchbox \ xcursor-transparent-theme \ |