summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-05-19 10:11:49 +0200
committerTimo Teräs <timo.teras@iki.fi>2020-10-02 12:07:05 +0300
commita904939a43bf43289345321da68b743e0d9ea804 (patch)
tree5a4a9530fe498aef1969340a7b053636fe1c06d3 /meson_options.txt
parent111835e860034fe10d7351b3056aff851057fe2b (diff)
downloadapk-tools-a904939a43bf43289345321da68b743e0d9ea804.tar.gz
apk-tools-a904939a43bf43289345321da68b743e0d9ea804.tar.bz2
apk-tools-a904939a43bf43289345321da68b743e0d9ea804.tar.xz
apk-tools-a904939a43bf43289345321da68b743e0d9ea804.zip
build: allow building without help in meson
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8ea72c7..5d04e51 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,4 @@
option('docs', description: 'Build manpages with scdoc', type: 'feature', value: 'auto')
+option('help', description: 'Build help into apk binaries, needs lua and lua-zlib', type: 'feature', value: 'auto')
option('lua', description: 'Build luaapk (lua bindings)', type: 'feature', value: 'auto')
option('lua_version', description: 'Lua version to build against', type: 'string', value: '5.3')