diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-09 16:50:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:50:53 +0000 |
commit | 1f707755069ec96a6c21449cc616a9856a5dfc8c (patch) | |
tree | e4e16b16ed58cf7c9749ce3a1d9695b9b6853fb1 /meta/recipes-graphics/tasks | |
parent | 812530c5805ae4d3708eaf525faffd9e08e3f61a (diff) | |
download | poky-1f707755069ec96a6c21449cc616a9856a5dfc8c.tar.gz |
task-core-clutter: use clutter-1.8
(From OE-Core rev: 0603b80bcf5df260765be3da4731554c9dd87250)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/tasks')
-rw-r--r-- | meta/recipes-graphics/tasks/task-core-clutter.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-graphics/tasks/task-core-clutter.bb b/meta/recipes-graphics/tasks/task-core-clutter.bb index 970970cedc..4044131cc2 100644 --- a/meta/recipes-graphics/tasks/task-core-clutter.bb +++ b/meta/recipes-graphics/tasks/task-core-clutter.bb | |||
@@ -24,13 +24,14 @@ PACKAGES = "\ | |||
24 | ALLOW_EMPTY = "1" | 24 | ALLOW_EMPTY = "1" |
25 | 25 | ||
26 | RDEPENDS_task-core-clutter-core = "\ | 26 | RDEPENDS_task-core-clutter-core = "\ |
27 | clutter-1.6 \ | 27 | clutter-1.8 \ |
28 | clutter-gst-1.6 \ | 28 | clutter-gst-1.8 \ |
29 | clutter-gtk-1.8 \ | ||
29 | " | 30 | " |
30 | 31 | ||
31 | #RDEPENDS_task-core-clutter-tests = "\ | 32 | #RDEPENDS_task-core-clutter-tests = "\ |
32 | # clutter-gst-1.6-examples \ | 33 | # clutter-gst-1.8-examples \ |
33 | # clutter-gtk-1.6-examples" | 34 | # clutter-gtk-1.8-examples" |
34 | 35 | ||
35 | #RDEPENDS_task-core-clutter-apps = "\ | 36 | #RDEPENDS_task-core-clutter-apps = "\ |
36 | # clutter-box2d " | 37 | # clutter-box2d " |