[build] meson --with-xxhash option

master lighttpd-1.4.56-rc7
Glenn Strauss 3 years ago
parent 07622251b0
commit d9c8e38253

@ -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,

Loading…
Cancel
Save