[gjs/wip/smcv/test-more-flags] build: Require g-i 1.66.1 for tests
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/wip/smcv/test-more-flags] build: Require g-i 1.66.1 for tests
- Date: Sat, 9 Jan 2021 18:11:50 +0000 (UTC)
commit 29737b5dc6e2d6b1c944f2f5ebc59a1dbc8e04bb
Author: Philip Chimento <philip chimento gmail com>
Date: Sat Jan 9 10:11:21 2021 -0800
build: Require g-i 1.66.1 for tests
Only 1.66.0 is required to build GJS, but 1.66.0 doesn't have the flags
tests.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 7e368f0f..f46a7a44 100644
--- a/meson.build
+++ b/meson.build
@@ -676,7 +676,7 @@ add_test_setup('post_verify', timeout_multiplier: 2, env: zeal11_environment)
### Warn about conditions that may affect runtime ##############################
-if gi.version().version_compare('<1.66.0')
+if gi.version().version_compare('<1.66.1')
warning('''You do not have a new enough version of
gobject-introspection to run the tests. You can still build GJS, but some
tests will fail.''')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]