diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-12-21 22:24:59 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-12-21 22:24:59 -0500 |
commit | 53b9a41b47ef981b9ab812c0a56a371750f6f273 (patch) | |
tree | 662c697c389ffe7d3b9781b693d1295b5b84b930 /m4 | |
parent | f59294fd938065a3b306689343bf515b8eb633d7 (diff) | |
download | gtk+-53b9a41b47ef981b9ab812c0a56a371750f6f273.tar.gz |
2.19.22.19.2
Diffstat (limited to 'm4')
-rw-r--r-- | m4/introspection.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/introspection.m4 b/m4/introspection.m4 index 589721c5a0..91b905139b 100644 --- a/m4/introspection.m4 +++ b/m4/introspection.m4 @@ -58,7 +58,9 @@ m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL], INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` + INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)} INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" + INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)} INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection |