qulogic/libgnt

4bfc6d500233
Parents 99ad336bd8bf
Children 3cb435985468
Add '--quiet' option to gnome.generate_gir() call

Adding the '--quiet' argument to gnome.generate_gir() silences
informational build output such as what g-ir-scanner was called with.
Gtk and others do this, so why don't we as well?
  • +2 -1
    meson.build
  • --- a/meson.build Fri Nov 30 01:40:38 2018 -0500
    +++ b/meson.build Fri Dec 14 13:36:29 2018 -0600
    @@ -267,7 +267,8 @@
    symbol_prefix : 'gnt',
    identifier_prefix : 'Gnt',
    nsversion : '@0@.@1@'.format(gnt_major_version, gnt_minor_version),
    - install : true)
    + install : true,
    + extra_args : ['--quiet'])
    endif
    subdir('wms')