summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-04 01:49:14 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-01-04 01:49:14 +0000
commit98dc18209b9c523e267c6c11c2c8b93b88ee3506 (patch)
tree8cef888eac23c1b62c8246779e2af2ed7926bd82 /meson.build
parent896bf51b0d525c7393d04eca2d57c838df406dfe (diff)
parente5296485a2e700482a2ad4dabd6e7950122db37e (diff)
downloadpango-98dc18209b9c523e267c6c11c2c8b93b88ee3506.tar.gz
Merge branch 'wip/smcv/use-g-test-skip-again' into 'master'
Revert "testsuite: Don't use g_test_skip" See merge request GNOME/pango!246
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 48e72686..aa537940 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@ project('pango', 'c', 'cpp',
# https://github.com/mesonbuild/meson/issues/2289
'c_std=gnu99',
],
- meson_version : '>= 0.54.0')
+ meson_version : '>= 0.55.3')
add_project_arguments([ '-D_POSIX_C_SOURCE=200809L', '-D_POSIX_THREAD_SAFE_FUNCTIONS', '-D_GNU_SOURCE', ], language: 'c')