]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: Make ncurses dependency a disabler when not found
authorJordan Williams <jordan@jwillikers.com>
Mon, 8 Apr 2024 15:42:00 +0000 (10:42 -0500)
committerJordan Williams <jordan@jwillikers.com>
Wed, 10 Apr 2024 12:13:14 +0000 (07:13 -0500)
commitd632e5dac56a61bc5acdb037b1682a3d27557242
tree18ada5ffbd835c03995d7b69f6e8e538fb0e489f
parent5f931ae8bd9441cbf6c825482797a328f1877298
meson: Make ncurses dependency a disabler when not found

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

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