summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-08-07 19:02:59 +0200
committerJens Georg <mail@jensge.org>2022-08-07 19:03:49 +0200
commit39ae1864b4d1780ab426cbb94802d85b31ff8ea2 (patch)
tree2bfd59f2117adaad05907919c7081744349e6c66
parent967ce4a16cb46577b64137c8b0cfa27869f2ae52 (diff)
downloadrygel-39ae1864b4d1780ab426cbb94802d85b31ff8ea2.tar.gz
build: Temporarily disable Since checks
GUPnP has a couple of Since: for the next stable release which will break the build currently (since 1.6 isn't released yet)
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 27bde61f..7a9c1aee 100644
--- a/meson.build
+++ b/meson.build
@@ -66,6 +66,7 @@ conf.set('EXAMPLEDIR', join_paths(meson.current_source_dir(), 'examples'))
config_include = include_directories('.')
add_global_arguments(['-include','config.h'], language : 'c')
+add_global_arguments(['--disable-since-check'], language : 'vala')
if get_option('fatal_warnings')
add_global_arguments(['--fatal-warnings'], language : 'vala')