summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-10-29 23:32:58 +0100
committerTim-Philipp Müller <tim@centricular.com>2022-10-29 23:32:58 +0100
commit4b07214b9137b15291ea010004c664b983b3f125 (patch)
tree2ec30aa958a98f271b03044b57c72927c18fac2a /meson.build
parent31289d766fda9dba3f6c7cfc513036e867d74e86 (diff)
downloadorc-4b07214b9137b15291ea010004c664b983b3f125.tar.gz
meson: bump req to >= 0.55 and use meson.can_run_host_binaries()
.. instead of the deprecated meson.has_exe_wrapper()
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 4b2d5bd..b59423b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('orc', 'c', version : '0.4.32',
- meson_version : '>= 0.54.0',
+ meson_version : '>= 0.55.0',
default_options : ['buildtype=debugoptimized',
'warning_level=1'] )