diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-01-30 10:28:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:39 +0000 |
commit | 1357d222387b19a84431ae3a24fcb3a18e20faa8 (patch) | |
tree | f174a1ab6b439b240b0b577b01a49f8d31be46f0 /meta/recipes-graphics/tasks | |
parent | 3bb0b9ae97f89507b742cd9b3e03f37c2d928270 (diff) | |
download | poky-1357d222387b19a84431ae3a24fcb3a18e20faa8.tar.gz |
clutter-gtk-1.0: Upgrade to one version prior to 0.90.2 (clutter 1.4 series)
0.90.2 depends on unstable gtk+-2.90.x that is not in poky, so pick up one
version prior to it. Also rebase disable_deprecated.patch to keep the API
compatibility with gtk+ and install example binary for poky-image-clutter.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-graphics/tasks')
-rw-r--r-- | meta/recipes-graphics/tasks/task-poky-clutter.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/tasks/task-poky-clutter.bb b/meta/recipes-graphics/tasks/task-poky-clutter.bb index f740d74c54..c5d829d071 100644 --- a/meta/recipes-graphics/tasks/task-poky-clutter.bb +++ b/meta/recipes-graphics/tasks/task-poky-clutter.bb | |||
@@ -26,11 +26,11 @@ ALLOW_EMPTY = "1" | |||
26 | RDEPENDS_task-poky-clutter-core = "\ | 26 | RDEPENDS_task-poky-clutter-core = "\ |
27 | clutter-1.4 \ | 27 | clutter-1.4 \ |
28 | clutter-gst-1.0 \ | 28 | clutter-gst-1.0 \ |
29 | clutter-gtk-1.0" | 29 | clutter-gtk-1.4" |
30 | 30 | ||
31 | RDEPENDS_task-poky-clutter-tests = "\ | 31 | RDEPENDS_task-poky-clutter-tests = "\ |
32 | clutter-gst-1.0-examples \ | 32 | clutter-gst-1.0-examples \ |
33 | clutter-gtk-1.0-examples" | 33 | clutter-gtk-1.4-examples" |
34 | 34 | ||
35 | #RDEPENDS_task-poky-clutter-apps = "\ | 35 | #RDEPENDS_task-poky-clutter-apps = "\ |
36 | # clutter-box2d " | 36 | # clutter-box2d " |