[gobject-introspection/gnome-3-32] meson: always pass --quiet to g-ir-scanner



commit 8f845fe201db083881282f279ade3947c7386bc0
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Sun Apr 7 11:56:17 2019 +0200

    meson: always pass --quiet to g-ir-scanner
    
    Less noisy build

 gir/meson.build           |  1 +
 tests/meson.build         |  3 +++
 tests/offsets/meson.build |  1 +
 tests/scanner/meson.build | 11 +++++++++++
 4 files changed, 16 insertions(+)
---
diff --git a/gir/meson.build b/gir/meson.build
index 3d021bce..85ae575d 100644
--- a/gir/meson.build
+++ b/gir/meson.build
@@ -41,6 +41,7 @@ scanner_command = [
   girscanner,
   '--output=@OUTPUT@',
   '--no-libtool',
+  '--quiet',
   '--reparse-validate',
   '--add-include-path', join_paths(meson.current_build_dir()),
   '--add-include-path', join_paths(meson.current_source_dir()),
diff --git a/tests/meson.build b/tests/meson.build
index 7e01595c..9c7c0765 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -52,6 +52,7 @@ test_everything_files = custom_target('everything',
   command: [
     python,
     girscanner,
+    '--quiet',
     '--generate-typelib-tests=Everything,@OUTPUT0@,@OUTPUT1@',
     '--function-decoration=_GI_TEST_EXTERN',
     '--include-first-in-src=config.h',
@@ -103,6 +104,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--reparse-validate',
@@ -127,6 +129,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--reparse-validate',
diff --git a/tests/offsets/meson.build b/tests/offsets/meson.build
index ca1471f2..6670f21a 100644
--- a/tests/offsets/meson.build
+++ b/tests/offsets/meson.build
@@ -20,6 +20,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--reparse-validate',
diff --git a/tests/scanner/meson.build b/tests/scanner/meson.build
index 42104886..ef459bbd 100644
--- a/tests/scanner/meson.build
+++ b/tests/scanner/meson.build
@@ -113,6 +113,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--reparse-validate',
@@ -151,6 +152,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--reparse-validate',
@@ -188,6 +190,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--reparse-validate',
@@ -224,6 +227,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--reparse-validate',
@@ -258,6 +262,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--reparse-validate',
@@ -294,6 +299,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--reparse-validate',
@@ -331,6 +337,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--reparse-validate',
@@ -367,6 +374,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--reparse-validate',
@@ -393,6 +401,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--accept-unprefixed',
@@ -420,6 +429,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--warn-all',
@@ -454,6 +464,7 @@ if glib_dep.type_name() == 'pkgconfig'
     command: [
       python,
       girscanner,
+      '--quiet',
       '--output=@OUTPUT@',
       '--no-libtool',
       '--reparse-validate',


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