From 923b32109403dd36aa56d575ae5b64d0f954ba5d Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 7 Oct 2018 20:00:10 -0400 Subject: [build] meson support for wolfSSL meson.build needed to change some args to lists to support meson objects --- meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson_options.txt') 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, -- cgit v1.2.1