diff options
author | tnn <tnn@pkgsrc.org> | 2020-10-26 10:39:23 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-10-26 10:39:23 +0000 |
commit | 62a691ce0b51f32ab0ef56feb742971308a1f4bf (patch) | |
tree | de2f43f13b54626020cac12fee106a2f8208268e /mk | |
parent | e0eb0e9150584b60b50ec9f4cdc8b2034746af84 (diff) | |
download | pkgsrc-62a691ce0b51f32ab0ef56feb742971308a1f4bf.tar.gz |
mk: describe the termion and rodio PKG_OPTIONs
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/options.description | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index f260dffbf8d..eee133c1703 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -701,6 +701,7 @@ rc5 Support the hashing algorithm RC5. readline Enable use of GNU readline library. redis Support the Redis database. regexp Enable POSIX.2 regexp support. +rodio Use the rust rodio crate for audio output. rpi Enable Raspberry Pi support. rrl Enable Response Rate Limiting. rsaref Use RSAREF library. @@ -828,6 +829,7 @@ tcl Enable Tcl scripting support. tcpwrappers Enable tcpwrappers support. termcap Enable termcap support. terminfo Use terminfo. +termion Use the rust termion crate instead of curses. tesseract Enable OCR support using Tesseract. tests Build and install tests. theora Use the theora codecs. |