python-pygobject-native: export GOBJECT_INTROSPECTION_CFLAGS
authorSteve Sakoman <steve@sakoman.com>
Sat, 9 Jan 2010 05:20:07 +0000 (21:20 -0800)
committerKoen Kooi <koen@openembedded.org>
Mon, 11 Jan 2010 13:15:43 +0000 (14:15 +0100)
recipes/python/python-pygobject-native_2.20.0.bb

index 40d7a9e..918ffa2 100644 (file)
@@ -11,6 +11,8 @@ SRC_URI = "\
 #  file://python-path.patch;patch=1 \
 "
 
+export GOBJECT_INTROSPECTION_CFLAGS="-pthread -I${STAGING_INCDIR}/gobject-introspection-1.0 -I${STAGING_INCDIR}/glib-2.0 -I${STAGING_LIBDIR}/glib-2.0/include"
+
 do_stage_append() {
        install -d ${STAGING_BINDIR}
        install -m 0755 gobject/generate-constants ${STAGING_BINDIR}/gobject-generate-constants