summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlady Handschumaker <gladyhandschumaker@fake-box.com>2020-07-25 10:16:44 +0200
committerGlady Handschumaker <gladyhandschumaker@fake-box.com>2020-07-25 10:16:44 +0200
commit6f5c54054060e8b93ffbfe4a1635defe3b52bfa2 (patch)
tree6761c59f194037724bfc02a852886613413af4c9 /meson.build
parent7e19ba4dad1639f23b9704187e8790b125936b43 (diff)
downloadat-spi2-core-6f5c54054060e8b93ffbfe4a1635defe3b52bfa2.tar.gz
Replace gedit with a light-weight test application
The test `memory` depends on `gedit` being installed. Create our own small test application which can be used instead of `gedit`. Note: The 'depends' argument for tests need at least meson version 0.46.0. Thus, bump that requirement.
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 8f1943b4..c22ef3ce 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.40.1')
+ meson_version: '>= 0.46.0')
add_project_arguments([ '-D_POSIX_C_SOURCE=200809L', '-D_DEFAULT_SOURCE' ], language: 'c')