summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-gst.inc
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-01-28 10:01:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-01 23:59:39 +0000
commit3bb0b9ae97f89507b742cd9b3e03f37c2d928270 (patch)
tree024f846b86bce7074173390ab9b81e0c0a11d612 /meta/recipes-graphics/clutter/clutter-gst.inc
parentba06cc8943d021f406c3d292ce415b77319ca5c6 (diff)
downloadpoky-3bb0b9ae97f89507b742cd9b3e03f37c2d928270.tar.gz
clutter-1.0: Upgrade to 1.4 - latest stable version
* Use tar ball release rather than git, as it is more stable. Added dependence on gettext, and one patch to fix the cross-compile failure due to conformance-test. * configure "--with-json=check" avoid extra dependence on external json lib. * rename examples package (clutter-examples-1.x => clutter-1.x-example) to lead the right deploy package name Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gst.inc')
-rw-r--r--meta/recipes-graphics/clutter/clutter-gst.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst.inc b/meta/recipes-graphics/clutter/clutter-gst.inc
index c46d0f0ae8..104ba56e33 100644
--- a/meta/recipes-graphics/clutter/clutter-gst.inc
+++ b/meta/recipes-graphics/clutter/clutter-gst.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Clutter GStreamer"
2HOMEPAGE = "http://www.clutter-project.org/" 2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "LGPLv2+" 3LICENSE = "LGPLv2+"
4 4
5DEPENDS = "clutter-1.0 gstreamer gst-plugins-base" 5DEPENDS = "clutter-1.4 gstreamer gst-plugins-base"
6 6
7FILESPATH = "${FILE_DIRNAME}/clutter-gst" 7FILESPATH = "${FILE_DIRNAME}/clutter-gst"
8 8