diff options
author | Koen Kooi <koen@openembedded.org> | 2007-03-07 17:12:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-03-07 17:12:32 +0000 |
commit | 498d84d6e0bcf9c597e0c4e95a62c43e60a54ffa (patch) | |
tree | 3d9a10c3c4e1404c00a1e241d187d7457f27bbd1 /packages/tasks | |
parent | 2e3d52b4519c2c3c446da13536647ef6146799ed (diff) | |
parent | 3a72565ebf8f5cc366a8b04e23adcf402b05541d (diff) |
merge of '189467654b7dd4ef08fe922c71ecdfe054b0e4dc'
and 'b71a708b2295b209f7756cd3fbcd4848fb5db788'
Diffstat (limited to 'packages/tasks')
-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 := "\ |