blob: ceedccbd11ba4ba1044ca2ab5b491dc31a93c82f [file] [log] [blame]
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05001From f24bd105388c305beeead5d3fa0a028b82354f18 Mon Sep 17 00:00:00 2001
2From: Glenn Strauss <gstrauss@gluelogic.com>
3Date: Wed, 3 Feb 2021 00:35:34 -0500
4Subject: [PATCH] [meson] add with_zstd to meson_options.txt
5
6Upstream-Status: Backport
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 meson_options.txt | 5 +++++
10 1 file changed, 5 insertions(+)
11
12diff --git a/meson_options.txt b/meson_options.txt
13index 51bea44d..f6687159 100644
14--- a/meson_options.txt
15+++ b/meson_options.txt
16@@ -148,6 +148,11 @@ option('with_zlib',
17 value: true,
18 description: 'with deflate-support for mod_deflate [default: on]',
19 )
20+option('with_zstd',
21+ type: 'boolean',
22+ value: false,
23+ description: 'with zstd-support for mod_deflate [default: off]',
24+)
25
26 option('build_extra_warnings',
27 type: 'boolean',