summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-12 15:14:31 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-12 16:47:54 -0600
commitbd2417283454427570cc70623e90a924d03b46c4 (patch)
tree80f46902d4c290e7096f93144b69be1ebff6adf5 /meson.build
parent9b5e02e104cad63d85758e4003f0d9b80bc97fab (diff)
downloadat-spi2-core-bd2417283454427570cc70623e90a924d03b46c4.tar.gz
Bump required meson version to 0.60
This is for appending to lists with +=
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 44f109f6..1719a096 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.56.2')
+ meson_version: '>= 0.60.0')
add_project_arguments([ '-D_POSIX_C_SOURCE=200809L', '-D_DEFAULT_SOURCE' ], language: 'c')
@@ -204,6 +204,7 @@ subdir('tests')
if get_option('docs')
subdir('doc')
+ subdir('devel-docs')
endif
if xgettext.found()