[gnome-desktop/ebassi/update-for-gtk4: 4/23] build: Quiet the introspection scanner




commit ca6e772aac1c2231fd3605330f31058f15c1c6ca
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Oct 26 17:14:08 2021 +0100

    build: Quiet the introspection scanner
    
    We only need the warnings.

 libgnome-desktop/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgnome-desktop/meson.build b/libgnome-desktop/meson.build
index 8c3a2dfd..35b4965c 100644
--- a/libgnome-desktop/meson.build
+++ b/libgnome-desktop/meson.build
@@ -114,7 +114,7 @@ gnome.generate_gir(libgnome_desktop,
   namespace: 'GnomeDesktop',
   nsversion: '3.0',
   includes: ['GObject-2.0', 'Gtk-3.0', 'GDesktopEnums-3.0'],
-  extra_args: '-DGNOME_DESKTOP_USE_UNSTABLE_API',
+  extra_args: ['-DGNOME_DESKTOP_USE_UNSTABLE_API', '--quiet', '--warn-all'],
   identifier_prefix: 'Gnome',
   symbol_prefix: 'gnome',
   install: true


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]