From 7d11d7cf68f5a0379ef3b50b853cea4a3ceb0636 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 18 Sep 2020 09:48:48 -0700 Subject: dependencies/curses: Add support for using the ncurses config tools 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. --- docs/markdown/Dependencies.md | 4 +++- docs/markdown/snippets/curses-dependency-improvements.md | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 docs/markdown/snippets/curses-dependency-improvements.md (limited to 'docs/markdown') diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index f458afe..eccfe0a 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -623,7 +623,9 @@ Curses (and ncurses) are a cross platform pain in the butt. Meson wraps up these dependencies in the `curses` dependency. This covers both `ncurses` (preferred) and other curses implementations. -`method` may be `auto` or `pkg-config` +`method` may be `auto`, `pkg-config`, or `config-tool` + +*New in 0.56.0* The `config-tool` method.
1: They may appear to be case-insensitive, if the diff --git a/docs/markdown/snippets/curses-dependency-improvements.md b/docs/markdown/snippets/curses-dependency-improvements.md new file mode 100644 index 0000000..bd1d001 --- /dev/null +++ b/docs/markdown/snippets/curses-dependency-improvements.md @@ -0,0 +1,4 @@ +## Improvements for the builtin curses dependency + +This method has been extended to use config-tools for lookup as well as +pkg-config. -- cgit v1.1