qulogic/libgnt

4bfc6d500233
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?
option('introspection', type : 'boolean', value : true,
description : 'build introspection data')