summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-26 18:42:55 -0400
committerAdam Jackson <ajax@redhat.com>2018-03-27 10:13:18 -0400
commit1e0df64738d6924151adbbd4b040df80178cfa6b (patch)
treefa6333d15a2e68e8bc27231cdc58b6e338eb4954 /meson_options.txt
parentab063cf96779c521618c022d4f669f69e3d9cc8f (diff)
meson: Build Xorg suid wrapper
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d7af87d73..dede8562a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -45,7 +45,8 @@ option('os_vendor', type: 'string', value: '')
option('int10', type: 'combo', choices: ['stub', 'x86emu', 'vm86', 'auto', 'false'],
value: 'auto',
description: 'Xorg int10 backend (default: usually x86emu)')
-
+option('suid_wrapper', type: 'boolean', value: 'false',
+ description: 'SUID wrapper for legacy driver support')
option('pciaccess', type: 'boolean', value: 'true',
description: 'Xorg pciaccess support')
option('udev', type: 'boolean', value: 'true')