PolicyKit: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 4 13:54:53 UTC 2022


 meson.build |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 84437727afd48cee94eb663498eaf09eabfed3c1
Author: Michael Biebl <biebl at debian.org>
Date:   Sat Jul 16 10:54:49 2022 +0200

    build: Remove spurious if clause in summary output
    
    Introduced accidentally in commit c7fc4e1b61f0fd82fc697c19c604af7e9fb291a2

diff --git a/meson.build b/meson.build
index 66c4e9b..e2a8670 100644
--- a/meson.build
+++ b/meson.build
@@ -378,8 +378,6 @@ if enable_logind
 endif
 output += '        polkitd user:             ' + polkitd_user + ' \n'
 output += '        Javascript engine:        ' + js_engine + '\n'
-if enable_logind
-endif
 output += '        PAM support:              ' + enable_pam.to_string() + '\n\n'
 if enable_pam
   output += '        PAM file auth:            ' + pam_conf['PAM_FILE_INCLUDE_AUTH'] + '\n'


More information about the hal-commit mailing list