summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <halfline@gmail.com>2020-11-10 14:43:15 +0000
committerRay Strode <halfline@gmail.com>2020-11-10 14:43:15 +0000
commitc9c9120ba61b8b9aa7a01b6a41b6297355c3349b (patch)
tree9493639b2e08ca97a8eb4ceff085ee50826227a0
parent3747d588ab709724920916ad24135164e16c3d15 (diff)
parent06bb562f35c3aeb658a4adba423448a69a011135 (diff)
downloadgdm-c9c9120ba61b8b9aa7a01b6a41b6297355c3349b.tar.gz
Merge branch 'fix-post-install' into 'master'
build: add meson_post_install.py properly See merge request GNOME/gdm!112
-rw-r--r--meson.build4
1 files changed, 3 insertions, 1 deletions
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'),