summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-03 20:05:49 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-03 20:32:55 -0500
commite5296485a2e700482a2ad4dabd6e7950122db37e (patch)
tree8cef888eac23c1b62c8246779e2af2ed7926bd82
parent221a35e6546f306927749a212f6c8a95ca7d8e46 (diff)
downloadpango-wip/smcv/use-g-test-skip-again.tar.gz
Bump meson requirementwip/smcv/use-g-test-skip-again
The meson versions 0.55.0 to 0.55.2 had problems with skipped tests. Things work again with 0.55.3,
-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')