diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-20 11:14:25 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-20 16:43:49 +1000 |
commit | 088c3ea16b7ca8f108d67182bcf32293a93a5c63 (patch) | |
tree | f3362e5962833a3ca5fcbb815778063959ca1959 /meson_options.txt | |
parent | 4cf9f8bee19104d60031dd040f5758a10ed805b5 (diff) |
meson: rename 'enable-tests' option to just 'tests'
All the other config options have a simple true/false as well.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index f432e7ea..ad3095e3 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -10,7 +10,7 @@ option('debug-gui', type: 'boolean', default: true, description: 'Enable the "debug-gui" feature in the libinput tool [default=true]') -option('enable-tests', +option('tests', type: 'boolean', default: true, description: 'Build the tests [default=true]') |