[pango/wip/smcv/use-g-test-skip-again: 5/5] Bump meson requirement
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/wip/smcv/use-g-test-skip-again: 5/5] Bump meson requirement
- Date: Mon, 4 Jan 2021 01:33:04 +0000 (UTC)
commit e5296485a2e700482a2ad4dabd6e7950122db37e
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jan 3 20:05:49 2021 -0500
Bump meson requirement
The meson versions 0.55.0 to 0.55.2 had problems
with skipped tests. Things work again with 0.55.3,
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]