summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-01-12 05:47:17 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:50:21 +0200
commit0f1d716b718891f3e3cc85e76ed1504a8bbc196f (patch)
tree1c628ab1bc42577af3eed3a3e24f315807134076 /meson_options.txt
parent6792ab8b314b0027577815bef05086ea31318489 (diff)
meson: detect pcre2 dep
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 20cdb9fe6..dc2067c98 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -319,6 +319,8 @@ option('pam', type : 'combo', choices : ['auto', 'true', 'false'],
# option('xkbcommon', type : 'combo', choices : ['auto', 'true', 'false'],
# description : 'xkbcommon keymap support')
#endif // 0
+option('pcre2', type : 'combo', choices : ['auto', 'true', 'false'],
+ description : 'regexp matching support using pcre2')
option('glib', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'libglib support (for tests only)')
option('dbus', type : 'combo', choices : ['auto', 'true', 'false'],
@@ -346,14 +348,9 @@ option('bashcompletiondir', type : 'string',
option('zshcompletiondir', type : 'string',
description : 'directory for zsh completion scripts ["no" disables]')
-option('tests', type : 'combo', choices : ['true', 'unsafe', 'false'],
+option('tests', type : 'combo', choices : ['true', 'unsafe'],
description : 'enable extra tests with =unsafe')
option('slow-tests', type : 'boolean', value : 'false',
description : 'run the slow tests by default')
option('install-tests', type : 'boolean', value : 'false',
description : 'install test executables')
-
-option('oss-fuzz', type : 'boolean', value : 'false',
- description : 'build against oss-fuzz')
-option('llvm-fuzz', type : 'boolean', value : 'false',
- description : 'build against LLVM libFuzzer')