]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: add 'pam' install_tag to pam modules
authorMike Gilbert <floppym@gentoo.org>
Sun, 15 May 2022 21:43:48 +0000 (17:43 -0400)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 16 May 2022 16:58:27 +0000 (17:58 +0100)
meson.build

index a4e49cb373cb2da2ee1ab4ffb7df8f679cfbc673..36cbfa48938d1725870f4c199f4c6359b8c136b0 100644 (file)
@@ -2399,6 +2399,7 @@ if conf.get('ENABLE_LOGIND') == 1
                                         libpam_misc],
                         link_depends : pam_systemd_sym,
                         install : true,
+                        install_tag : 'pam',
                         install_dir : pamlibdir)
 
                 if want_tests != 'false'
@@ -2627,6 +2628,7 @@ if conf.get('ENABLE_HOMED') == 1
                                         libcrypt],
                         link_depends : pam_systemd_home_sym,
                         install : true,
+                        install_tag : 'pam',
                         install_dir : pamlibdir)
         endif
 endif