clutter-gst: Fix broken build for images depending on gobject-introspection-native...
authorAndreas Müller <schnitzeltony@gmx.de>
Thu, 20 Jan 2011 08:32:40 +0000 (08:32 +0000)
committerKhem Raj <raj.khem@gmail.com>
Sat, 22 Jan 2011 17:27:38 +0000 (09:27 -0800)
commitc882fc45ed1d3a5890ee80188f0ab2e3d4f019a9
treeea416dbaef580199b771a20ae18585eb7ff452b7
parent243074ed5d568c89f4170d96ac6c873f3246275f
clutter-gst: 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:12133: checking for gobject-introspection
configure:12164: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.8"
*
* 2. compile fails:
*
  CCLD   libclutter-gst-1.0.la
  GEN    ClutterGst-1.0.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'])
make[3]: *** [ClutterGst-1.0.gir] Error 1
*
* After fix configure disables gobject-introspection
*
configure:12133: checking for gobject-introspection
configure:12178: 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>
recipes/clutter/clutter-gst.inc