From: Alexander Shursha Date: Thu, 28 Nov 2024 08:58:21 +0000 (+0300) Subject: meson: fix checking build-login X-Git-Tag: v2.42-start~131^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=879932f263703345dfe9a2d6d4898333e7d62a76;p=thirdparty%2Futil-linux.git meson: fix checking build-login Sponsored by: Future Crew, LLC --- diff --git a/meson.build b/meson.build index 7ee45a989..2f4dc3699 100644 --- a/meson.build +++ b/meson.build @@ -2741,7 +2741,7 @@ exe = executable( lib_selinux], install : opt, build_by_default : opt) -if not is_disabler(exe) +if opt and not is_disabler(exe) exes += exe manadocs += ['login-utils/login.1.adoc'] endif