aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-18 09:53:00 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-09-29 14:58:32 -0700
commit16d3513df68a7d214c2759a43886a9de8f701024 (patch)
tree2ea2ae73badbd1ef706317a5a462ae15f32e5c7b /docs/markdown
parentc411b29b6d5cc5ecba788e4e8d30b1ab792a811d (diff)
downloadmeson-16d3513df68a7d214c2759a43886a9de8f701024.zip
meson-16d3513df68a7d214c2759a43886a9de8f701024.tar.gz
meson-16d3513df68a7d214c2759a43886a9de8f701024.tar.bz2
docs/Dependencies Add missing curses documentation
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Dependencies.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md
index efd8728..f458afe 100644
--- a/docs/markdown/Dependencies.md
+++ b/docs/markdown/Dependencies.md
@@ -615,6 +615,16 @@ on these OSes to link with the bundled version.
*New in 0.54.0* the `system` method.
+## Curses
+
+*(Since 0.54.0)*
+
+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`
+
<hr>
<a name="footnote1">1</a>: They may appear to be case-insensitive, if the
underlying file system happens to be case-insensitive.