diff options
author | Steve Sakoman <steve@sakoman.com> | 2010-01-08 21:21:36 -0800 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-11 14:15:44 +0100 |
commit | 5c533a7fa229c0913de270135e1f66996edd4464 (patch) | |
tree | 99ade59d3f2d7198d4f7a25d13334d922aa5961d /recipes/python | |
parent | 594f4567fbbe7b72c3a05dd337ebf2c1ed24611f (diff) |
python-pygobject: export GOBJECT_INTROSPECTION_CFLAGS
Diffstat (limited to 'recipes/python')
-rw-r--r-- | recipes/python/python-pygobject_2.20.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/python/python-pygobject_2.20.0.bb b/recipes/python/python-pygobject_2.20.0.bb index 2a07a4a1a4..10c94dcbc1 100644 --- a/recipes/python/python-pygobject_2.20.0.bb +++ b/recipes/python/python-pygobject_2.20.0.bb @@ -20,6 +20,8 @@ inherit autotools distutils-base pkgconfig export BUILD_SYS export HOST_SYS +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() { autotools_stage_all install -d ${STAGING_LIBDIR}/../share/pygobject/ |