]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: Only require the crypt library when necessary
authorJordan Williams <jordan@jwillikers.com>
Fri, 29 Mar 2024 15:31:27 +0000 (10:31 -0500)
committerJordan Williams <jordan@jwillikers.com>
Fri, 29 Mar 2024 15:39:58 +0000 (10:39 -0500)
commitd0a07e7fb8109e9fdeb5e2c90c019c0cf5f92009
tree5c7795cf212299e770338f3ec2edc76c91fff602
parent6ff6f5b6ffd9323cc568def2169225dd84bc3a0c
meson: Only require the crypt library when necessary

The `crypt` library is only necessary for two executables.
These are build-newgrp and build-sulogin.
Don't otherwise require this dependency.

Signed-off-by: Jordan Williams <jordan@jwillikers.com>
meson.build