summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-10-28 04:03:12 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-10-28 22:58:47 -0400
commit3353ff20247c989092ca0bd6f95545f802938606 (patch)
treefaedef8f6e79ccfdc5615e23e6af455ab5cf9ed6 /meson_options.txt
parentbabfb438730e2629f7a99a0b8b83b34e7c540d07 (diff)
downloadlighttpd-git-3353ff20247c989092ca0bd6f95545f802938606.tar.gz
[build] adjust meson.build for use by OpenWRT
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/meson_options.txt b/meson_options.txt
index da9d7001..b68af555 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,7 +11,7 @@ option('with_bzip',
option('with_dbi',
type: 'boolean',
value: false,
- description: 'with dbi-support for mod_vhostdb_dbi [default: off]',
+ description: 'with dbi-support for mod_auth mod_vhostdb_dbi [default: off]',
)
option('with_fam',
type: 'boolean',
@@ -29,7 +29,7 @@ option('with_geoip',
description: 'with GeoIP-support mod_geoip [default: off]',
)
option('with_gnutls',
- type: 'string',
+ type: 'boolean',
value: 'false',
description: 'with GnuTLS-support [default: off]',
)
@@ -64,7 +64,7 @@ option('with_maxminddb',
description: 'with MaxMind GeoIP2-support mod_maxminddb [default: off]',
)
option('with_mbedtls',
- type: 'string',
+ type: 'boolean',
value: 'false',
description: 'with mbedTLS-support [default: off]',
)
@@ -84,7 +84,7 @@ option('with_nettle',
description: 'with Nettle-support [default: off]',
)
option('with_nss',
- type: 'string',
+ type: 'boolean',
value: 'false',
description: 'with NSS-crypto-support [default: off]',
)
@@ -129,7 +129,7 @@ option('with_webdav_props',
description: 'with property-support for mod_webdav [default: off]',
)
option('with_wolfssl',
- type: 'string',
+ type: 'boolean',
value: 'false',
description: 'with wolfSSL-support [default: off]',
)