1
0
Fork 0

build: Pass --quiet to glib-genmarshal

We don't need to know it read the input file really.
This commit is contained in:
Jonas Ådahl 2019-01-13 11:53:09 +01:00 committed by Georges Basile Stavracas Neto
parent 56d260cfb3
commit e9778eba18
2 changed files with 2 additions and 1 deletions

View file

@ -491,7 +491,7 @@ clutter_marshal = gnome.genmarshal('clutter-marshal',
prefix: '_clutter_marshal',
sources: 'clutter-marshal.list',
valist_marshallers: true,
extra_args: ['--prototypes'],
extra_args: ['--prototypes', '--quiet'],
install_dir: clutter_clutter_includedir,
install_header: true,
)

View file

@ -726,6 +726,7 @@ subdir('meta')
mutter_marshal = gnome.genmarshal('meta-marshal',
sources: ['meta-marshal.list'],
prefix: 'meta_marshal',
extra_args: ['--quiet'],
internal: true,
)
mutter_built_sources += mutter_marshal