summaryrefslogtreecommitdiff
path: root/gobject-introspection-no-export-1.0.pc.in
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-10-10 13:24:09 +0200
committerCarlos Garnacho <carlosg@gnome.org>2018-10-10 13:59:47 +0200
commit250afc2e1d614cd7ab852ba4278194468ced09e1 (patch)
treec9835d54680ecfe02e5ee3af11f0918081d128cb /gobject-introspection-no-export-1.0.pc.in
parent65f7051bda63ec2ad50a42334b95ea22790f7eec (diff)
downloadgobject-introspection-250afc2e1d614cd7ab852ba4278194468ced09e1.tar.gz
build: Make girdir in .pc files relative to ${datadir} by default
This was the de facto behavior, and is already relied upon. If gir-dir-prefix is specified, the gir dir will rely on the more generic ${prefix} location. Also, avoid expanding the path unless necessary in the autotools build. https://gitlab.gnome.org/GNOME/gobject-introspection/issues/236
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 745aaade..bde4faf6 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=@GIR_DIR@
+girdir=@GIR_PC_DIR@
typelibdir=${libdir}/girepository-1.0
Cflags: -I${includedir}/gobject-introspection-1.0 @FFI_PC_CFLAGS@