mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
girepository: Expose gi-compile-repository in pkg-config
Expose the binary path to gi-compile-repository similar to how glib-compile-resources is exposed so meson and other external tools can locate it.
This commit is contained in:
parent
a5f68ba494
commit
bb0dd59a6b
@ -229,6 +229,7 @@ pkgconfig_variables = [
|
||||
'gidatadir=${datadir}/gobject-introspection-1.0',
|
||||
'girdir=' + gir_dir_pc_prefix / 'gir-1.0',
|
||||
'typelibdir=${libdir}/girepository-1.0',
|
||||
'gi_compile_repository=' + pkgconfig_multiarch_bindir / 'gi-compile-repository'
|
||||
]
|
||||
|
||||
pkg.generate(libgirepository,
|
||||
|
Loading…
x
Reference in New Issue
Block a user