summaryrefslogtreecommitdiff
path: root/gobject-introspection-1.0.pc.in
diff options
context:
space:
mode:
authorTommi Komulainen <tommi.komulainen@iki.fi>2008-10-27 11:17:28 +0000
committerTommi Komulainen <tko@src.gnome.org>2008-10-27 11:17:28 +0000
commit777f61430628dedd946a826935bb26e0cca75891 (patch)
tree88c8e40ac0d73649f40a5faafed4cb315699a850 /gobject-introspection-1.0.pc.in
parent0f0f0e4312a8cd3bbeed82fd33908a3b6e9eb422 (diff)
downloadgobject-introspection-777f61430628dedd946a826935bb26e0cca75891.tar.gz
Bug 558062 – provide and use paths in the .pc file
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
Diffstat (limited to 'gobject-introspection-1.0.pc.in')
-rw-r--r--gobject-introspection-1.0.pc.in1
1 files changed, 1 insertions, 0 deletions
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