meson: Install gail-3.0.pc and gtk-3.0.m4
This commit is contained in:
@ -835,6 +835,11 @@ foreach backend: [ 'broadway', 'quartz', 'wayland', 'win32', 'x11', ]
|
|||||||
endforeach
|
endforeach
|
||||||
pkgconf.set('GDK_BACKENDS', pkg_targets.strip())
|
pkgconf.set('GDK_BACKENDS', pkg_targets.strip())
|
||||||
|
|
||||||
|
configure_file(input: 'gail-3.0.pc.in',
|
||||||
|
output: 'gail-3.0.pc',
|
||||||
|
configuration: pkgconf,
|
||||||
|
install_dir: pkg_install_dir)
|
||||||
|
|
||||||
foreach pkg: gdk_pcs
|
foreach pkg: gdk_pcs
|
||||||
configure_file(input: 'gdk-3.0.pc.in',
|
configure_file(input: 'gdk-3.0.pc.in',
|
||||||
output: pkg,
|
output: pkg,
|
||||||
@ -863,6 +868,8 @@ if get_option('documentation')
|
|||||||
subdir('docs/reference')
|
subdir('docs/reference')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
install_data('m4macros/gtk-3.0.m4', install_dir: join_paths(get_option('datadir'), 'aclocal'))
|
||||||
|
|
||||||
# Keep this in sync with post-install.py expected arguments
|
# Keep this in sync with post-install.py expected arguments
|
||||||
meson.add_install_script('build-aux/meson/post-install.py',
|
meson.add_install_script('build-aux/meson/post-install.py',
|
||||||
gtk_api_version,
|
gtk_api_version,
|
||||||
|
|||||||
Reference in New Issue
Block a user