summaryrefslogtreecommitdiff
path: root/gir
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-08-24 15:48:01 -0400
committerColin Walters <walters@verbum.org>2009-08-24 15:48:01 -0400
commit52126d9218f39775c2a26658fcbba858dabad618 (patch)
tree324d8004b0ba5ee6550bdacfb59c4af28f96be7f /gir
parent7549c8053d0229a12d9196cc8abae54a01a555d0 (diff)
downloadgobject-introspection-52126d9218f39775c2a26658fcbba858dabad618.tar.gz
Bug 574351 - Add --pkg-export optionGOBJECT_INTROSPECTION_0_6_4
We need to differentiate between --pkg options we use to parse ourself, and --pkg-export which are needed for library consumers. When introspecting a library we won't necessarily have the pkg-config file built, so add a --pkg-export line so library authors can explicitly make the .gir -> pkg-config association.
Diffstat (limited to 'gir')
-rw-r--r--gir/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am
index d1363160..c37e0307 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -161,8 +161,8 @@ GIRepository-2.0.gir: GObject-2.0.gir $(SCANNER_BIN) $(SCANNER_LIBS) $(GIREPOSIT
--include=GObject-2.0 \
--library=girepository-1.0 \
-I$(srcdir)/girepository \
- --pkg glib-2.0 \
--pkg gobject-2.0 \
+ --pkg-export gobject-introspection-1.0 \
$(GIREPOSITORY_FILES)
BUILT_GIRSOURCES += GIRepository-2.0.gir