[simple-scan/wip/cdavis/consistency-updates: 13/14] build: Temporarily disable vala's `since` check




commit 389c9c1ac1c5e52473288b97d00c4e24debe99e8
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]