summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build9
1 files changed, 7 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 5ec3b95f..caeaa099 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,10 @@
-project('lighttpd', 'c', version: '1.4.68', license: 'BSD-3-Clause',
- default_options : ['c_std=c11']
+project(
+ 'lighttpd',
+ 'c',
+ version: '1.4.68',
+ license: 'BSD-3-Clause',
+ default_options: ['c_std=c11'],
+ meson_version: '>=0.40.0',
)
subdir('src')