Bug 558062 – provide and use paths in the .pc file
authorTommi Komulainen <tommi.komulainen@iki.fi>
Mon, 27 Oct 2008 11:17:28 +0000 (11:17 +0000)
committerTommi Komulainen <tko@src.gnome.org>
Mon, 27 Oct 2008 11:17:28 +0000 (11:17 +0000)
2008-10-27  Tommi Komulainen  <tommi.komulainen@iki.fi>

* 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)

svn path=/trunk/; revision=818

ChangeLog
gobject-introspection-1.0.pc.in

index 7bb8409..9e0905c 100644 (file)
--- 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 *
index 6c7b9d3..7820315 100644 (file)
@@ -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