[gtk/gtk-3-24-meson: 61/95] meson: Install gail-3.0.pc and gtk-3.0.m4
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24-meson: 61/95] meson: Install gail-3.0.pc and gtk-3.0.m4
- Date: Thu, 11 Apr 2019 14:56:32 +0000 (UTC)
commit a33bf3da56dea830b4ba3a82a364d1b51de49a87
Author: Christoph Reiter <creiter src gnome org>
Date: Sat Mar 30 08:46:33 2019 +0100
meson: Install gail-3.0.pc and gtk-3.0.m4
meson.build | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/meson.build b/meson.build
index df28072a42..03bcf50588 100644
--- a/meson.build
+++ b/meson.build
@@ -835,6 +835,11 @@ foreach backend: [ 'broadway', 'quartz', 'wayland', 'win32', 'x11', ]
endforeach
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
configure_file(input: 'gdk-3.0.pc.in',
output: pkg,
@@ -863,6 +868,8 @@ if get_option('documentation')
subdir('docs/reference')
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
meson.add_install_script('build-aux/meson/post-install.py',
gtk_api_version,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]