diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-01-28 10:01:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:39 +0000 |
commit | 3bb0b9ae97f89507b742cd9b3e03f37c2d928270 (patch) | |
tree | 024f846b86bce7074173390ab9b81e0c0a11d612 /meta/recipes-graphics/clutter/clutter.inc | |
parent | ba06cc8943d021f406c3d292ce415b77319ca5c6 (diff) | |
download | poky-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.inc')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter.inc b/meta/recipes-graphics/clutter/clutter.inc index a42a6c59d6..bdfcb9169b 100644 --- a/meta/recipes-graphics/clutter/clutter.inc +++ b/meta/recipes-graphics/clutter/clutter.inc | |||
@@ -7,7 +7,7 @@ COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qe | |||
7 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+ libxi" | 7 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+ libxi" |
8 | BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" | 8 | BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" |
9 | 9 | ||
10 | DEPENDS = "${STDDEPENDS} virtual/libgl" | 10 | DEPENDS = "${STDDEPENDS} virtual/libgl gettext" |
11 | EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx" | 11 | EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx" |
12 | 12 | ||
13 | DEPENDS_zylonite = "${STDDEPENDS} libgles-zylonite tslib" | 13 | DEPENDS_zylonite = "${STDDEPENDS} libgles-zylonite tslib" |