mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
gir: Do not include builtin directories in pkgconfig.generate()
It's deprecated since Meson 0.62, and breaks the build with fatal warnings enabled for Meson.
This commit is contained in:
parent
342b654e35
commit
ebb0346380
@ -199,8 +199,6 @@ executable('gi-dump-types',
|
|||||||
)
|
)
|
||||||
|
|
||||||
pkgconfig_variables = [
|
pkgconfig_variables = [
|
||||||
'datadir=' + '${prefix}' / get_option('datadir'),
|
|
||||||
'bindir=' + '${prefix}' / get_option('bindir'),
|
|
||||||
'gidatadir=${datadir}/gobject-introspection-1.0',
|
'gidatadir=${datadir}/gobject-introspection-1.0',
|
||||||
'girdir=' + gir_dir_pc_prefix / 'gir-1.0',
|
'girdir=' + gir_dir_pc_prefix / 'gir-1.0',
|
||||||
'typelibdir=${libdir}/girepository-1.0',
|
'typelibdir=${libdir}/girepository-1.0',
|
||||||
|
Loading…
Reference in New Issue
Block a user