summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-10-29 20:28:44 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-10-29 20:28:44 -0400
commitd9c8e3825332774eeec07afff1526832aea0f7dc (patch)
treee968c711c800b39da4a9d9a25435546e64be6737 /meson_options.txt
parent07622251b0ed83ffe490ddf6e2db9e3e3245c553 (diff)
downloadlighttpd-git-d9c8e3825332774eeec07afff1526832aea0f7dc.tar.gz
[build] meson --with-xxhash optionlighttpd-1.4.56-rc7
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
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,