summaryrefslogtreecommitdiff
path: root/gobject-introspection-no-export-1.0.pc.in
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2018-09-14 01:26:17 -0700
committerKai Kang <kai.kang@windriver.com>2018-10-08 23:20:35 -0700
commit3301c7e11e79235a38edddc87c849d60416e7579 (patch)
tree6606e698e3a2beead3e5660d8efbaa7f6e5a26b1 /gobject-introspection-no-export-1.0.pc.in
parent54e12c0182cfce6bf90b35b2781d18f53c8263cb (diff)
downloadgobject-introspection-3301c7e11e79235a38edddc87c849d60416e7579.tar.gz
configure.ac: make GIR_DIR configurable
Some .gir files such as GLib-2.0.gir are arch related which contain such as lengths of pointers that they are different for 64 and 32 bit target. It causes install file conflicts for multilib when intall gobject-introspection and lib32-gobject-introspection both. Add configure option 'with-gir-dir-prefix' for autotools to make .gir could be installed to a configured path such as ${libdir}. And update girdir in .pc files as well. Signed-off-by: Kai Kang <kai.kang@windriver.com>
Diffstat (limited to 'gobject-introspection-no-export-1.0.pc.in')
-rw-r--r--gobject-introspection-no-export-1.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject-introspection-no-export-1.0.pc.in b/gobject-introspection-no-export-1.0.pc.in
index d214d22d..745aaade 100644
--- a/gobject-introspection-no-export-1.0.pc.in
+++ b/gobject-introspection-no-export-1.0.pc.in
@@ -9,7 +9,7 @@ includedir=@includedir@
g_ir_scanner=${bindir}/g-ir-scanner
g_ir_compiler=${bindir}/g-ir-compiler@EXEEXT@
g_ir_generate=${bindir}/g-ir-generate@EXEEXT@
-girdir=${datadir}/gir-1.0
+girdir=@GIR_DIR@
typelibdir=${libdir}/girepository-1.0
Cflags: -I${includedir}/gobject-introspection-1.0 @FFI_PC_CFLAGS@