aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/curses-dependency-improvements.md
AgeCommit message (Collapse)AuthorFilesLines
2020-10-30Bump version number for release. This is the 10 000th commit!0.56.0Jussi Pakkanen1-4/+0
2020-09-29dependencies/curses: Add a system dependencyDylan Baker1-2/+2
That calls find_library and has_header in conjunction to look for curses implementations that are baked into the system without any other find method.
2020-09-29dependencies/curses: Add support for using the ncurses config toolsDylan Baker1-0/+4
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.