diff options
| author | Emmanuele Bassi <ebassi@gnome.org> | 2017-07-10 10:40:24 +0100 |
|---|---|---|
| committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-07-10 11:03:45 +0100 |
| commit | 0c8077a790e420afd61b5f9b68cf4d33cf8f08b0 (patch) | |
| tree | 1225f68b39bbde752838b2827a33df42e6852d9f /json-glib | |
| parent | b9d89ca9168aaaa682c99d4d02e2c78538793d14 (diff) | |
| download | json-glib-0c8077a790e420afd61b5f9b68cf4d33cf8f08b0.tar.gz | |
build: Silence the introspection scanner
We are only interested in warnings and errors.
Diffstat (limited to 'json-glib')
| -rw-r--r-- | 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', ] |
