]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: Make tinfo dependency a disabler when not found
authorJordan Williams <jordan@jwillikers.com>
Mon, 8 Apr 2024 15:28:02 +0000 (10:28 -0500)
committerJordan Williams <jordan@jwillikers.com>
Wed, 10 Apr 2024 12:13:14 +0000 (07:13 -0500)
commit5f931ae8bd9441cbf6c825482797a328f1877298
treee0d20771231974d91cd64e7ec8f026195bef3dba
parent5ebf0edb0a0531cba801c7791543c610725bf944
meson: Make tinfo dependency a disabler when not found

This disables targets that require tinfo when it is not found.
Currently, targets requiring tinfo are built when it is not found.
Fixes #2927.

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