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 11:56:17 +0200
commitf15deb2a96e0f56e5151a95b12da7b553eabdc1f (patch)
tree38224e584d2ecf430d2e18a34d74b047c8a7a842
parentb97d7e0ef4e67cff1092533d847267f44ae4c95a (diff)
downloadgobject-introspection-f15deb2a96e0f56e5151a95b12da7b553eabdc1f.tar.gz
meson: always pass --qiet 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',