[json-glib: 5/11] build: Silence the introspection scanner



commit 0c8077a790e420afd61b5f9b68cf4d33cf8f08b0
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Jul 10 10:40:24 2017 +0100

    build: Silence the introspection scanner
    
    We are only interested in warnings and errors.

 json-glib/meson.build |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/json-glib/meson.build b/json-glib/meson.build
index 292e6c3..a23b443 100644
--- a/json-glib/meson.build
+++ b/json-glib/meson.build
@@ -97,6 +97,7 @@ pkgg.generate(libraries: [ json_lib ],
 
 if build_gir
   gir_args = [
+    '--quiet',
     '--c-include=json-glib/json-glib.h',
     '-DJSON_COMPILATION',
   ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]