summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-02-01 17:27:37 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-02-14 03:41:24 -0500
commitd68fc6394fd76b19177534fac293d4ce21ea89cf (patch)
treec799c5a6ca65c8a0e41ce2d6c991542af8fec2fc /meson_options.txt
parent46110127f7b462d994b2161eb020e69fad31cae8 (diff)
downloadlighttpd-git-d68fc6394fd76b19177534fac293d4ce21ea89cf.tar.gz
[mod_deflate] --with-libdeflate to use libdeflate
configure --with-libdeflate option to use libdeflate (must also configure --enable-mmap for mod_deflate to use libdeflate on input files larger than 64kB; libdeflate not used on files <= 64kB)
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 320a6df9..bced4efe 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,6 +13,11 @@ option('with_dbi',
value: false,
description: 'with dbi-support for mod_auth mod_vhostdb_dbi [default: off]',
)
+option('with_libdeflate',
+ type: 'boolean',
+ value: false,
+ description: 'with libdeflate-support for mod_deflate [default: off]',
+)
option('with_fam',
type: 'boolean',
value: false,