summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2018-10-07 20:00:10 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2018-10-07 23:47:56 -0400
commit923b32109403dd36aa56d575ae5b64d0f954ba5d (patch)
treedbb34609bf0695fa06d201f90114f3b32b47d5ab /meson_options.txt
parenta950ae15ca3c7a4fbbcf4d5118e71cd1cfeaed69 (diff)
downloadlighttpd-git-923b32109403dd36aa56d575ae5b64d0f954ba5d.tar.gz
[build] meson support for wolfSSL
meson.build needed to change some args to lists to support meson objects
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 6ed52002..7dee7e67 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -98,6 +98,11 @@ option('with_webdav_props',
value: false,
description: 'with property-support for mod_webdav [default: off]',
)
+option('with_wolfssl',
+ type: 'string',
+ value: 'false',
+ description: 'with wolfSSL-support [default: off]',
+)
option('with_xattr',
type: 'boolean',
value: false,