diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 4181f9e5..2fb96040 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -100,3 +100,5 @@ option('man', type: 'boolean', value: true, description: 'build manual pages') option('gtk_doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation') option('bash_completion', type: 'boolean', value: true, description: 'install bash completion files') + +option('fuzzer', type: 'boolean', value: false, description: 'build fuzzer tests') |