summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-11-01 12:49:11 +0100
committerKhem Raj <raj.khem@gmail.com>2021-11-03 06:57:48 -0700
commitaf2de3033d871eba2c19d424b794dd1638ab7e0d (patch)
treebd2d0f1fb2d84edb779efc2e0ac4ab2a0354e8a3
parentd10abc71d6b4c713e1e78a70773b75b6aa68c86d (diff)
downloadmeta-openembedded-af2de3033d871eba2c19d424b794dd1638ab7e0d.tar.gz
graphene: enable introspection by default - gtk4 & mutter 41 require it
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb2
1 files changed, 2 insertions, 0 deletions
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
12SRC_URI[archive.md5sum] = "390139e704772b915ff2b7cac56c24ae" 12SRC_URI[archive.md5sum] = "390139e704772b915ff2b7cac56c24ae"
13SRC_URI[archive.sha256sum] = "80ae57723e4608e6875626a88aaa6f56dd25df75024bd16e9d77e718c3560b25" 13SRC_URI[archive.sha256sum] = "80ae57723e4608e6875626a88aaa6f56dd25df75024bd16e9d77e718c3560b25"
14 14
15# mutter 41.0 requires graphene build with introspection
16PACKAGECONFIG ?= "introspection"
15PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled," 17PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled,"
16 18
17GTKDOC_MESON_OPTION = "gtk_doc" 19GTKDOC_MESON_OPTION = "gtk_doc"