mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
meson: Add configure option and autodetection of HAVE_INPUTTHREAD.
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user