diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-22 13:56:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:50:54 +0000 |
commit | 50e32043a1a15cef916dbff74aaab920bc27d054 (patch) | |
tree | 429baa7c6bc394d97647071380e5e3efcc4d8b5e /meta/recipes-graphics/clutter/clutter.inc | |
parent | 8e4e51825fa7df17f9f11ffed0d3cd2fb0d2efaf (diff) | |
download | poky-50e32043a1a15cef916dbff74aaab920bc27d054.tar.gz |
clutter: move STDDEPENDS to inc
We only build clutter-1.8 now so move the additional STDDEPENDS from the
recipe to the inc file. This has the added benefit of fixing
clutter_git.
This patch also fixes the LIC_FILES_CHKSUM for clutter_git
(From OE-Core rev: f49f3cbdbf06f9c4b2fcbbbdc892d8de7997c527)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter.inc')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter.inc b/meta/recipes-graphics/clutter/clutter.inc index 54f65c5357..24cb30de2d 100644 --- a/meta/recipes-graphics/clutter/clutter.inc +++ b/meta/recipes-graphics/clutter/clutter.inc | |||
@@ -2,7 +2,8 @@ DESCRIPTION = "Clutter graphics library" | |||
2 | HOMEPAGE = "http://www.clutter-project.org/" | 2 | HOMEPAGE = "http://www.clutter-project.org/" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
4 | 4 | ||
5 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+ libxi" | 5 | # Internal json-glib was removed in Clutter 1.5.2, cogl was removed in 1.8, atk required since 1.8 |
6 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes libxi json-glib cogl atk" | ||
6 | BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" | 7 | BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" |
7 | 8 | ||
8 | DEPENDS = "${STDDEPENDS} virtual/libgl" | 9 | DEPENDS = "${STDDEPENDS} virtual/libgl" |