]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: use curses dep for ncurses
authorRosen Penev <rosenp@gmail.com>
Wed, 30 Jul 2025 21:40:53 +0000 (14:40 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Jul 2025 21:40:53 +0000 (14:40 -0700)
commit8195c6e7f9be88a7ab94571f2770ee11a38c02b8
tree8a9611722e325742949af3ee8cfc12dac191e656
parent4c425142844d045b4f898e84c8f29293265214c0
meson: use curses dep for ncurses

curses is special in that it's able to find ncurses in a lot more locations that ncurses, which only looks at pkg-config and cmake. This is somewhat useful with exotic OSes like macOS.
meson.build