summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-11-26 22:56:05 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-11-26 23:03:33 +0100
commit1b56652932631c0513c3686f6cd1446bdb17193a (patch)
treecf4aec6efd88386b84c5ab1cc7fcdf5e524cc3ed /meson.build
parent34cd3047f384c9b1fec1ad22db8d2d648f3000a4 (diff)
downloadat-spi2-core-1b56652932631c0513c3686f6cd1446bdb17193a.tar.gz
Revert "Up meson requirement"
This reverts commit 83c2c4619076bd4cf1c98aa33de6670b33a738cd. We do not actually need this, and the GTK CI does not have so recent a version. Fixes #20
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 0a2f75ed..643415e4 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.50.0')
+ meson_version: '>= 0.40.1')
add_project_arguments([ '-D_POSIX_C_SOURCE=200809L', '-D_DEFAULT_SOURCE' ], language: 'c')