summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-05-20 00:53:20 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2019-05-26 10:21:57 -0400
commit4ac239c40193378ae09f28355530a3a04858065e (patch)
treea122691eb51b4001653f2ad92637ab7f17671e5e /meson_options.txt
parentef0a2117331ef9d2428f27fe208a5aafa3a4df72 (diff)
downloadlighttpd-git-4ac239c40193378ae09f28355530a3a04858065e.tar.gz
[mod_maxminddb] MaxMind GeoIP2 support
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 5da8b69a..bf1192d9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -48,6 +48,11 @@ option('with_lua',
value: false,
description: 'with lua 5.1 for mod_magnet [default: off]',
)
+option('with_maxminddb',
+ type: 'boolean',
+ value: false,
+ description: 'with MaxMind GeoIP2-support mod_maxminddb [default: off]',
+)
option('with_memcached',
type: 'boolean',
value: false,