|
|
@ -615,6 +615,16 @@ on these OSes to link with the bundled version. |
|
|
|
|
|
|
|
|
|
|
|
*New in 0.54.0* the `system` method. |
|
|
|
*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> |
|
|
|
<hr> |
|
|
|
<a name="footnote1">1</a>: They may appear to be case-insensitive, if the |
|
|
|
<a name="footnote1">1</a>: They may appear to be case-insensitive, if the |
|
|
|
underlying file system happens to be case-insensitive. |
|
|
|
underlying file system happens to be case-insensitive. |
|
|
|