diff options
-rw-r--r-- | meson_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index b68af555..51bea44d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -138,6 +138,11 @@ option('with_xattr', value: false, description: 'with xattr-support for the stat-cache [default: off]', ) +option('with_xxhash', + type: 'boolean', + value: false, + description: 'with system-provided libxxhash [default: off]', +) option('with_zlib', type: 'boolean', value: true, |