mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-09 08:21:01 -04:00
meson: convert -Dterminfo from a boolean to a feature option
Patch from Jan Beich
This commit is contained in:
parent
8a32c5c5c1
commit
c49eac2147
4 changed files with 5 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
|||
option('ime', type: 'boolean', value: true, description: 'IME (Input Method Editor) support')
|
||||
option('terminfo', type: 'boolean', value: true, description: 'Install terminfo')
|
||||
option('terminfo', type: 'feature', description: 'Install terminfo')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue