meson: Add configure option and autodetection of HAVE_INPUTTHREAD.

Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Eric Anholt
2018-09-19 13:07:16 -07:00
parent a56da0ff28
commit bfa6e84641
2 changed files with 12 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ option('xdmcp', type: 'boolean', value: true)
option('xdm-auth-1', type: 'boolean', value: true)
option('secure-rpc', type: 'boolean', value: true)
option('ipv6', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto')
option('input_thread', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto')
option('xkb_dir', type: 'string')
option('xkb_output_dir', type: 'string')