[gnome-shell/wip/fmuellner/fix-gir-includes] shell: Fix list of GIR includes



commit 9244f6604bc11e0920bc7d249280225d7d99844a
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Sep 14 23:14:33 2018 +0200

    shell: Fix list of GIR includes
    
    gjs now relies entirely on introspection data to determine parent
    types and implemented interfaces, so in order to have all methods
    and properties resolve correctly, we must include the corresponding
    GIRs of all types used.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/issues/574

 src/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index 178e05899..a2c94b628 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -225,7 +225,8 @@ libshell_gir_includes = [
   'Clutter-@0@'.format(mutter_api_version),
   'ClutterX11-@0@'.format(mutter_api_version),
   'Meta-@0@'.format(mutter_api_version),
-  'Soup-2.4'
+  'Gcr-3',
+  'PolkitAgent-1.0'
 ]
 
 if have_networkmanager


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