summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-03-09 13:28:07 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-03-09 13:28:07 +0000
commita56b311819929dac1dcc1aa5749bff5afd718176 (patch)
tree803071acc94086a3231eaec8a7741df15f83c875
parent9951e20ceeeb3d1bdc3cf435ac82c0454a4582c4 (diff)
downloadlibgweather-improve-build.tar.gz
Make the introspection scan less noisyimprove-build
Does not influence the warnings, only the debugging messages.
-rw-r--r--libgweather/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgweather/meson.build b/libgweather/meson.build
index c2d5cff..d9b6ec5 100644
--- a/libgweather/meson.build
+++ b/libgweather/meson.build
@@ -122,6 +122,7 @@ gweather_gir = gnome.generate_gir(lib_libgweather,
header: 'libgweather/gweather.h',
extra_args: [
'--warn-all',
+ '--quiet',
'-DGWEATHER_COMPILATION',
],
install: true,