summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-13 14:47:59 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-13 14:47:59 -0600
commit926f9d7760c7a45d8f2e07f9581470268d86f422 (patch)
tree9ca7c1c2d5c2e194e5f6a02c88a72e0b2f762898 /meson.build
parente4039f5227c07ebcee02e23433691cf3127e4b98 (diff)
downloadat-spi2-core-926f9d7760c7a45d8f2e07f9581470268d86f422.tar.gz
Bump meson version to 0.64
Needed for fs.copyfile()
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 b386aa29..28a13853 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project('at-spi2-core', 'c',
'warning_level=1',
'c_std=c99',
],
- meson_version: '>= 0.60.0')
+ meson_version: '>= 0.64.0')
add_project_arguments([ '-D_POSIX_C_SOURCE=200809L', '-D_DEFAULT_SOURCE' ], language: 'c')