[simple-scan/wip/cdavis/consistency-updates: 12/13] build: Temporarily disable vala's `since` check
- From: Bartosz <bkosiorek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [simple-scan/wip/cdavis/consistency-updates: 12/13] build: Temporarily disable vala's `since` check
- Date: Fri, 12 Feb 2021 13:38:14 +0000 (UTC)
commit d0ac621337e39f2f0dcff1445aae6461b4871bf8
Author: Christopher Davis <brainblasted disroot org>
Date: Fri Feb 12 01:40:43 2021 -0800
build: Temporarily disable vala's `since` check
Needed since we depend on future APIs.
meson.build | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/meson.build b/meson.build
index 223ece2a..b7dd0b77 100644
--- a/meson.build
+++ b/meson.build
@@ -7,6 +7,12 @@ project ('simple-scan', ['vala', 'c'],
],
meson_version: '>= 0.37.1')
+# FIXME Disable --disable-since-check after libhandy 1.2 is released
+add_project_arguments (
+ '--disable-since-check',
+ language: 'vala'
+)
+
gnome = import ('gnome')
i18n = import ('i18n')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]