From 06bb562f35c3aeb658a4adba423448a69a011135 Mon Sep 17 00:00:00 2001 From: WORLDofPEACE Date: Sun, 4 Oct 2020 03:00:15 -0400 Subject: build: add meson_post_install.py properly --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index a729792c..7fb3f030 100644 --- a/meson.build +++ b/meson.build @@ -164,7 +164,7 @@ libpam_dep = cc.find_library('pam') pam_extensions_supported = cc.has_header_symbol('security/pam_appl.h', 'PAM_BINARY_PROMPT') default_pam_config = get_option('default-pam-config') -# If requested, try autodetecting from release files (see NetworkManager source) +# If requested, try autodetecting from release files (see NetworkManager source) if default_pam_config == 'autodetect' pam_autodetect_map = { '/etc/redhat-release': 'redhat', @@ -274,6 +274,8 @@ if xdmcp_dep.found() endif subdir('docs') +meson.add_install_script('build-aux/meson_post_install.py') + if meson.version().version_compare('>= 0.53') summary({ 'datadir': gdm_prefix / get_option('datadir'), -- cgit v1.2.1