mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 02:36:19 +01:00
build: Add various installed utilities to gio-2.0.pc
The most useful ones were already listed in the pkg-config file, but some others (notably, `gio-querymodules`) were not. List them in the pkg-config file with their installed paths so that the right binary is used if GIO is installed in a non-default path. Signed-off-by: Philip Withnall <withnall@endlessm.com> Fixes: #1796
This commit is contained in:
parent
e6a55def7d
commit
3a9f9e3509
@ -829,9 +829,14 @@ pkg.generate(libgio,
|
|||||||
'schemasdir=' + join_paths('${datadir}', schemas_subdir),
|
'schemasdir=' + join_paths('${datadir}', schemas_subdir),
|
||||||
'bindir=' + join_paths('${prefix}', get_option('bindir')),
|
'bindir=' + join_paths('${prefix}', get_option('bindir')),
|
||||||
'giomoduledir=' + giomodulesdir,
|
'giomoduledir=' + giomodulesdir,
|
||||||
|
'gio=' + join_paths('${bindir}', 'gio'),
|
||||||
|
'gio_querymodules=' + join_paths('${bindir}', 'gio-querymodules'),
|
||||||
'glib_compile_schemas=' + join_paths('${bindir}', 'glib-compile-schemas'),
|
'glib_compile_schemas=' + join_paths('${bindir}', 'glib-compile-schemas'),
|
||||||
'glib_compile_resources=' + join_paths('${bindir}', 'glib-compile-resources'),
|
'glib_compile_resources=' + join_paths('${bindir}', 'glib-compile-resources'),
|
||||||
'gdbus_codegen=' + join_paths('${bindir}', 'gdbus-codegen')],
|
'gdbus=' + join_paths('${bindir}', 'gdbus'),
|
||||||
|
'gdbus_codegen=' + join_paths('${bindir}', 'gdbus-codegen'),
|
||||||
|
'gresource=' + join_paths('${bindir}', 'gresource'),
|
||||||
|
'gsettings=' + join_paths('${bindir}', 'gsettings')],
|
||||||
version : glib_version,
|
version : glib_version,
|
||||||
install_dir : glib_pkgconfigreldir,
|
install_dir : glib_pkgconfigreldir,
|
||||||
filebase : 'gio-2.0',
|
filebase : 'gio-2.0',
|
||||||
|
Loading…
Reference in New Issue
Block a user