summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas@radix.lt>2020-10-10 02:09:05 +0300
committerPeter Hutterer <peter.hutterer@who-t.net>2020-12-14 01:12:10 +0000
commit8c0afc9eb26a0866301072dec30717885fd14305 (patch)
tree6c01a5d16174a140b4eab624ee8e0c6390f16eb7 /meson_options.txt
parentf95d81e88be07f43c91660e675d077ccd9ee47a9 (diff)
xfree86: Implement a test input driver
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1a07745e0..2a8b7e373 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -107,6 +107,8 @@ 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('dri1', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', description: 'Build DRI1 extension (default: auto)')
option('dri2', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', description: 'Build DRI2 extension (default: auto)')