diff options
author | Thomas Zimmermann <ml@vdm-design.de> | 2009-11-25 10:41:45 +0000 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-11-25 13:02:52 +0100 |
commit | 84024549aa5ffd202ea1d63b73f2998142f8beaf (patch) | |
tree | 39dd1bfc7d585fc653d847e14f0f5ee8e5cbc27e /recipes/tasks | |
parent | 5a38714e504f72f1110a053c5abb9fdbf36a9670 (diff) |
task-shr-feed: add xf86-input-tslib to the feed, with this TS can be calibrated again
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-shr-feed.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb index 78738e6409..ee87944148 100644 --- a/recipes/tasks/task-shr-feed.bb +++ b/recipes/tasks/task-shr-feed.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SHR Feed" -PR = "r25" +PR = "r26" PV = "1.0" LICENSE = "GPL" @@ -247,4 +247,5 @@ RDEPENDS_${PN} += "\ fltkhackdiet \ fltkwwpointcal \ transmission \ + xf86-input-tslib \ " |