summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-21 12:48:10 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-21 12:48:10 -0500
commit7792bc72305eda3a7bac52c4461fe11119595bb3 (patch)
treed6750c4871f9886db5750c8cac1ce335510d67ab /meson_options.txt
parent37dd53bae9b03b30dd0a02329e6af48eb4e0a5ae (diff)
downloadlighttpd-git-7792bc72305eda3a7bac52c4461fe11119595bb3.tar.gz
[build] meson -Dlua_version=... to specify lua ver
(thx herbmillerjr) x-ref: https://github.com/gentoo/gentoo/pull/23857
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 3b9f366b..320a6df9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -166,3 +166,8 @@ option('moduledir',
value: 'lib/lighttpd',
description: 'Location to install modules to (relative to prefix)',
)
+
+option('lua_version',
+ type: 'string',
+ description: 'Look for a specific lua version',
+)