aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-10-08 19:30:49 +0300
committerDrew DeVault <sir@cmpwn.com>2019-10-16 09:01:27 -0400
commit21b75e5d1207e25ad8848e0b077c2754a5e9dc0b (patch)
tree80d5010eff323da1a5d7a39ae50a79e8289c8202 /meson.build
parent480a31ea4e1a3aadbd053ee2a581cad5d4356876 (diff)
build: simplify by using disabler deps
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 3775e14c..473f49e3 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
'c',
version: '0.8.1',
license: 'MIT',
- meson_version: '>=0.48.0',
+ meson_version: '>=0.49.0',
default_options: [
'c_std=c11',
'warning_level=2',