summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-01-18 13:58:24 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-01-18 14:24:47 -0600
commit62a6c8168c124e0c4bde50ddaedcb1d19f64d85d (patch)
tree19ba89fb3c70d1be2fe0f77fe53849aa8c664d57 /meson.build
parenta311818b35de119b084a00ef3860c5042ff77640 (diff)
downloadat-spi2-core-62a6c8168c124e0c4bde50ddaedcb1d19f64d85d.tar.gz
(#104): Use meson 0.63 for GNOME 44
We can't use fs.copyfile() yet, since that is introduced until meson 0.64. Downgrade the idiom to configure_file().
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 3200fc67..f659daf4 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.64.0')
+ meson_version: '>= 0.63.0')
add_project_arguments([ '-D_POSIX_C_SOURCE=200809L', '-D_DEFAULT_SOURCE' ], language: 'c')