[geary/mjog/port-to-libhandy-1: 2/2] build: Add workaround for libhandy `Since 1.0` version mismatch
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/port-to-libhandy-1: 2/2] build: Add workaround for libhandy `Since 1.0` version mismatch
- Date: Tue, 18 Aug 2020 11:05:54 +0000 (UTC)
commit be90321503bee57128b920099dd2fe7ff8cf4ea7
Author: Michael Gratton <mike vee net>
Date: Tue Aug 18 20:56:57 2020 +1000
build: Add workaround for libhandy `Since 1.0` version mismatch
Handy's GIR annotations declare Since 1.0, but the version is only 0.90
at the moment, so disable checks for now.
src/meson.build | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/meson.build b/src/meson.build
index 982e41c4a..5f9f9a7ab 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -24,6 +24,8 @@ configure_file(output: 'config.h', configuration: conf)
geary_vala_args = [
'--abi-stability',
'--enable-checking',
+ # Remove once libhandy 1.0 has been packaged
+ '--disable-since-check',
]
# Symbols for valac's preprocessor must be defined as compiler args,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]