summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-08-28 11:52:26 +0000
committerTim-Philipp Müller <tim@centricular.com>2021-08-28 11:52:26 +0000
commit187fd83aaa3a342e598f2731ca0e78414c7a2ffa (patch)
tree2f592879d79c879ef28867bcc909e7d77ab5ac05 /meson.build
parent6d169c6995c3df70e8db7a8c88ea48ac9e53462d (diff)
parent38f0186560156ac7dd26d55239f95bf87f79fcf3 (diff)
downloadcairo-187fd83aaa3a342e598f2731ca0e78414c7a2ffa.tar.gz
Merge branch 'meson-rely-on-subproject-wrap-promotion-for-indirectly-needed-wraps' into 'master'
meson: rely on automatic wrap promotion from subprojects Closes #445 See merge request cairo/cairo!131
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 7a0506712..2ffd4ea32 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('cairo', 'c', 'cpp',
- meson_version: '>= 0.54.0',
+ meson_version: '>= 0.56.0',
version: run_command(find_program('version.py'), check: true).stdout().strip(),
default_options: ['warning_level=2'],
)