summaryrefslogtreecommitdiff
path: root/test cases/frameworks/31 curses/meson.build
AgeCommit message (Collapse)Author
2020-09-29tests/curses: Extend to test versionsDylan Baker
This is mostly important for the system dependency where we need to roll the version check ourselves.
2020-09-29dependencies/curses: Add support for using the ncurses config toolsDylan Baker
These are mostly duplicated with pkg-config, but maybe someone has one but not another, and they're easy to turn on with the ConfigToolDependency.
2020-01-14dependency: add cursesMichael Hirsch, Ph.D
fixes #6096. Didn't use CMake because Curses is a real corner-case for CMake that would require Curses-specific enhancements to Meson's CMake interface.