mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
meson_options.txt: move xf86-* driver flags to separate section
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -126,8 +126,6 @@ option('agp', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
|
||||
description: 'AGP support')
|
||||
option('sha1', type: 'combo', choices: ['libc', 'CommonCrypto', 'CryptoAPI', 'libmd', 'libsha1', 'libnettle', 'libgcrypt', 'libcrypto', 'auto'], value: 'auto',
|
||||
description: 'SHA1 implementation')
|
||||
option('xf86-input-inputtest', type: 'boolean', value: true,
|
||||
description: 'Test input driver support on Xorg')
|
||||
option('tests', type: 'boolean', value: true,
|
||||
description: 'Build tests for the X server on platforms that support it')
|
||||
|
||||
@@ -164,6 +162,10 @@ option('devel-docs', type: 'combo', choices: ['true', 'false', 'auto'], value: '
|
||||
option('docs-pdf', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
|
||||
description: 'Whether to build PDF version of documentation. Setting is ignored if documentation is not built.')
|
||||
|
||||
# optional xfree86 DDX drivers
|
||||
option('xf86-input-inputtest', type: 'boolean', value: true,
|
||||
description: 'Test input driver support on XLibre')
|
||||
|
||||
# legacy nvidia driver quirks
|
||||
option('legacy_nvidia_padding', type: 'boolean', value: false,
|
||||
description: 'EXPERT ONLY: Add a padding to ScreenRec to match an older ABI for legacy NVidia drivers')
|
||||
|
||||
Reference in New Issue
Block a user