aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clutter
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmx.de>2011-01-20 08:32:41 +0000
committerKhem Raj <raj.khem@gmail.com>2011-01-22 09:28:07 -0800
commit7e0c02bad403f7e4892a11e6792cd7c2bc9453cf (patch)
treed9f77d2366dafd7e77192297325c538337417a44 /recipes/clutter
parentc882fc45ed1d3a5890ee80188f0ab2e3d4f019a9 (diff)
downloadopenembedded-7e0c02bad403f7e4892a11e6792cd7c2bc9453cf.tar.gz
clutter-gtk: Fix broken build for images depending on gobject-introspection-native (e.g. libwnck_2.30.5 / libgee_0.6.0)
* Error situation: * 1. configure detects gobject-introspection: * configure:11385: checking for gobject-introspection configure:11416: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.3" * * 2. compile fails: * CCLD libclutter-gtk-0.10.la GEN GtkClutter-0.10.gir Couldn't find include 'Clutter-1.0.gir' (search path: ['.', 'path=.', '/home/Superandi/tmp/sysroots/armv7a-angstrom-linux-gnueabi/usr/share/gir-1.0', '/home/Superandi/tmp/sysroots/i686-linux/usr/share/gir-1.0', '/usr/share/gir-1.0', '/home/Superandi/tmp/sysroots/i686-linux/usr/share/gir-1.0']) g-ir-scanner: warning: Option --strip-prefix has been deprecated; see --identifier-prefix and --symbol-prefix. make[2]: *** [GtkClutter-0.10.gir] Error 1 * * After fix configure disables gobject-introspection * configure:11385: checking for gobject-introspection configure:11430: result: no (disabled, use --enable-introspection to enable) Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/clutter')
-rw-r--r--recipes/clutter/clutter-gtk.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/clutter/clutter-gtk.inc b/recipes/clutter/clutter-gtk.inc
index 6e624c5378..a4ada7f753 100644
--- a/recipes/clutter/clutter-gtk.inc
+++ b/recipes/clutter/clutter-gtk.inc
@@ -2,13 +2,15 @@ DESCRIPTION = "Clutter GTK+ integration library"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPLv2.1"
-INC_PR = "r1"
+INC_PR = "r2"
DEPENDS = "gtk+ clutter"
require clutter-common.inc
inherit autotools pkgconfig gtk-doc
+EXTRA_OECONF = "--disable-introspection"
+
do_configure_prepend() {
make_all_execs_installable