[gtk/gtk-3-24-meson: 57/89] meson: Install gail-3.0.pc and gtk-3.0.m4



commit 35f87cc90a62454427fd8165844c446d718e724c
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]