From 266ca17cc85564f1e8a400bbd6bea80d9efa60a8 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 17 Dec 2025 12:10:27 +0100 Subject: [PATCH] meson_options.txt: move xf86-* driver flags to separate section Signed-off-by: Enrico Weigelt, metux IT consult --- meson_options.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 712b3ebbf0..976ba8dd84 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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')