summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2018-08-07 16:23:16 -0700
committerAdam Jackson <ajax@redhat.com>2018-08-09 13:42:54 -0400
commit049d2346abee091f18e6f62bcf7331267c2ba656 (patch)
tree50df16386a9933877225443cb328fbbf7dace2c4 /meson_options.txt
parent97bd8bc9cb6d910420627760288696e2a0c5d226 (diff)
meson: Make FALLBACK_INPUT_DRIVER configurable in meson.
This makes us match the featureset of autotools, and also fixes the non-Linux default value to match. Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
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 3453b8df5..8c600f398 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -40,6 +40,8 @@ option('xkb_default_layout', type: 'string', value: 'us')
option('xkb_default_variant', type: 'string')
option('xkb_default_options', type: 'string')
+option('fallback_input_driver', type: 'string', value: 'auto')
+
option('vendor_name', type: 'string', value: 'The X.Org Foundation')
option('vendor_name_short', type: 'string', value: 'X.Org')
option('vendor_web', type: 'string', value: 'http://wiki.x.org')