From af2de3033d871eba2c19d424b794dd1638ab7e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 1 Nov 2021 12:49:11 +0100 Subject: [PATCH] graphene: enable introspection by default - gtk4 & mutter 41 require it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb b/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb index 77579ffac4..3a95a8f45c 100644 --- a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb +++ b/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb @@ -12,6 +12,8 @@ inherit gnomebase gobject-introspection gtk-doc SRC_URI[archive.md5sum] = "390139e704772b915ff2b7cac56c24ae" SRC_URI[archive.sha256sum] = "80ae57723e4608e6875626a88aaa6f56dd25df75024bd16e9d77e718c3560b25" +# mutter 41.0 requires graphene build with introspection +PACKAGECONFIG ?= "introspection" PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled," GTKDOC_MESON_OPTION = "gtk_doc"