summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/curses-dependency-improvements.md
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number for release. This is the 10 000th commit!0.56.0Jussi Pakkanen2020-10-301-4/+0
|
* dependencies/curses: Add a system dependencyDylan Baker2020-09-291-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.
* dependencies/curses: Add support for using the ncurses config toolsDylan Baker2020-09-291-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.