Comments
Patch
@@ -9,7 +9,7 @@ INC_SRC_URI = "file://sample.desktop \
PARALLEL_MAKE = ""
STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+"
-BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)} --enable-conformance "
+BASE_CONF = "--disable-introspection --disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)} --enable-conformance "
DEPENDS = "${STDDEPENDS} virtual/libgl"
EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx"
@@ -41,7 +41,7 @@ EXTRA_OECONF_mx31ads = "${BASE_CONF} --with-flavour=eglnative"
PACKAGE_ARCH_mx31ads = "${MACHINE_ARCH}"
LDFLAGS_append_mx31ads = " -lpvrNULLWSEGL -lstdc++ "
-INC_PR = "r2"
+INC_PR = "r3"
inherit autotools pkgconfig gtk-doc
* Error situation: * 1. configure detects gobject-introspection: * configure:12828: checking for gobject-introspection configure:12859: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.4" * * 2. compile fails: * CCLD libclutter-cogl.la GEN Cogl-1.0.gir In file included from /home/Superandi/tmp/work/overo-angstrom-linux-gnueabi/clutter-1.2.12-r2.1/clutter-1.2.12/clutter/cogl/cogl/cogl-shader.h:32, from <stdin>:15: ../../../clutter/cogl/cogl/cogl-defines.h:30:23: error: GLES2/gl2.h: No such file or directory Error while processing the source. make[7]: *** [Cogl-1.0.gir] Error 1 * * After fix configure disables gobject-introspection * configure:12828: checking for gobject-introspection configure:12873: result: no (disabled, use --enable-introspection to enable) Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> --- recipes/clutter/clutter.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)