[libdazzle] Decrease verbosity of the introspection scanner



commit 61d62b63023f80a551351e1bd36bf84d21e32534
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue May 30 11:55:02 2017 +0100

    Decrease verbosity of the introspection scanner

 src/meson.build |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 6e2e0f7..8f103a1 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -425,7 +425,7 @@ if get_option('with_introspection')
                 install: true,
         install_dir_gir: girdir,
     install_dir_typelib: typelibdir,
-             extra_args: [ '--c-include=dazzle.h' ],
+             extra_args: [ '--c-include=dazzle.h', '--quiet' ],
   )
 
   if get_option('with_vapi')
@@ -464,4 +464,3 @@ pkgg.generate(
      requires: 'gtk+-3.0',
   install_dir: join_paths(libdir, 'pkgconfig'),
 )
-


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