summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--gobject-introspection-1.0.pc.in1
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bb84092..9e0905ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-27 Tommi Komulainen <tommi.komulainen@iki.fi>
+
+ Bug 558062 – provide and use paths in the .pc file
+
+ * gobject-introspection-1.0.pc.in: provide typelibdir variable
+ for where .typelibs should be installed (callers shouldn't need
+ to construct paths from bits and pieces)
+
2008-10-25 Andreas Rottmann <a.rottmann@gmx.at>
Bug 557791 – g_irepository_require() could return a GTypelib *
diff --git a/gobject-introspection-1.0.pc.in b/gobject-introspection-1.0.pc.in
index 6c7b9d34..78203158 100644
--- a/gobject-introspection-1.0.pc.in
+++ b/gobject-introspection-1.0.pc.in
@@ -8,6 +8,7 @@ g_ir_scanner=${bindir}/g-ir-scanner
g_ir_compiler=${bindir}/g-ir-compiler
g_ir_generate=${bindir}/g-ir-generate
girdir=${prefix}/share/gir
+typelibdir=${libdir}/girepository
Cflags: -I${includedir}/gobject-introspection-1.0
Requires: glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0