meson: optionalize terminfo dependency

ncurses on FreeBSD still uses termcap(5) while foot works fine with
xterm-256color sans status line and visible bell. Having more than
one ncurses version installed may break other applications.

Document -Dterminfo=false uses --term=xterm-256color by default
This commit is contained in:
Jan Beich 2021-01-19 14:22:41 +00:00 committed by Daniel Eklöf
parent e3a1dfcf5a
commit 15f2bebdcb
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 22 additions and 10 deletions

View file

@ -1 +1,2 @@
option('ime', type: 'boolean', value: true, description: 'IME (Input Method Editor) support')
option('terminfo', type: 'boolean', value: true, description: 'Install terminfo')