diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-07 15:29:07 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-07 15:29:07 +0000 |
commit | 455dbfd2345cb072bff69b981e18a498aab54a3c (patch) | |
tree | 2d715ac5ac7e100edd08f463c572e87429a047de | |
parent | b461fd2742cfc579fba9fe5a4f6d065fb422edee (diff) | |
parent | 759cb91c146f7ce344ade0e3c4d98bbae0d38b0d (diff) |
merge of '4628d4ecb47157250aa2bda58f024a5abc413eff'
and 'f08623e938f9152f6bb6ce2389d6fdac3b1215c0'
-rw-r--r-- | packages/tasks/task-gpephone.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tasks/task-gpephone.bb b/packages/tasks/task-gpephone.bb index 87f8c01749..e03886f0fd 100644 --- a/packages/tasks/task-gpephone.bb +++ b/packages/tasks/task-gpephone.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Task packages for GPE Palmtop Environment Phone Edition" -PR = "r2" +PR = "r3" LICENSE = "MIT" ALLOW_EMPTY = "1" @@ -67,8 +67,8 @@ RDEPENDS_gpephone-task-base := "\ pango-module-basic-x \ pango-module-basic-fc \ detect-stylus \ + libgtkinput \ ${@base_contains("MACHINE_FEATURES", "touchscreen", "libgtkstylus xtscal", "",d)} \ - ${@base_contains("MACHINE_FEATURES", "keyboard", "", "libgtkinput",d)} \ " RDEPENDS_gpephone-task-pim := "\ |