summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-04-07 11:56:17 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-04-07 12:13:54 +0200
commit8f845fe201db083881282f279ade3947c7386bc0 (patch)
tree9c05d429daa752122ea4040435b9d81035bd668b
parent2079bad007d7d0c11e9267efde175fb03a63b828 (diff)
downloadgobject-introspection-8f845fe201db083881282f279ade3947c7386bc0.tar.gz
meson: always pass --quiet to g-ir-scanner
Less noisy build
-rw-r--r--gir/meson.build1
-rw-r--r--tests/meson.build3
-rw-r--r--tests/offsets/meson.build1
-rw-r--r--tests/scanner/meson.build11
4 files changed, 16 insertions, 0 deletions
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',