diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-10-01 17:53:36 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-10-09 16:09:19 +0300 |
commit | 1bbdc8eb3740ab2125ec4eeca0d1c0b090e4939c (patch) | |
tree | c89ec97bc1ab1e53b1f7e333ea9037d806f5fe46 /meson_options.txt | |
parent | 7375327fbd153365e9aa8be8d32a46853061be47 (diff) | |
download | apk-tools-1bbdc8eb3740ab2125ec4eeca0d1c0b090e4939c.tar.gz apk-tools-1bbdc8eb3740ab2125ec4eeca0d1c0b090e4939c.tar.bz2 apk-tools-1bbdc8eb3740ab2125ec4eeca0d1c0b090e4939c.tar.xz apk-tools-1bbdc8eb3740ab2125ec4eeca0d1c0b090e4939c.zip |
build: add option to build apk.static binary
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 5d04e51..0677faa 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,3 +2,4 @@ option('docs', description: 'Build manpages with scdoc', type: 'feature', value: 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') +option('static_apk', description: 'Also build apk.static', type: 'boolean', value: true) |