summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-09-05 18:23:09 -0700
committerGlenn Strauss <gstrauss@gluelogic.com>2022-09-23 03:39:22 -0400
commit6b31f76cd9b36b6033607181238fbf41c5b81e07 (patch)
tree51412adec81c3d5a55c9c96bffd0a8445a1ddfe8 /meson.build
parente44ab70fc126e1b0e0bb9d2fa6946801da9d57a0 (diff)
downloadlighttpd-git-6b31f76cd9b36b6033607181238fbf41c5b81e07.tar.gz
[meson] use feature options
Simpler. Fixed up several wrong stuff such as zstd - wrong name zlib - extra windows handling unnecessary; dependency('zlib') is special and handles those cases sasl2 - wrong name Signed-off-by: Rosen Penev <rosenp@gmail.com> github: #116
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index caeaa099..5776e0b7 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project(
version: '1.4.68',
license: 'BSD-3-Clause',
default_options: ['c_std=c11'],
- meson_version: '>=0.40.0',
+ meson_version: '>=0.47.0',
)
subdir('src')