aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-11-01 12:49:13 +0100
committerKhem Raj <raj.khem@gmail.com>2021-11-03 06:57:48 -0700
commit3f6dc737edbeaf2cdcba597b23236acac9c39872 (patch)
treec7c7bd19eee5bf881faa15cf57d85214b0829c9a /meta-gnome
parentf3fe8dc93b3cbf628583acf9ca6d4924099f2614 (diff)
downloadmeta-openembedded-contrib-3f6dc737edbeaf2cdcba597b23236acac9c39872.tar.gz
graphene: Tidy up recipe a bit
* remove md5 checksum * adjust comment * remove commented DEPENDS Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb5
1 files changed, 1 insertions, 4 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 68e7812ca1..0c05c60eee 100644
--- a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb
+++ b/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb
@@ -3,16 +3,13 @@ HOMEPAGE = "http://ebassi.github.io/graphene/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7d871d9e23c450c421a85bb2819f648"
-#DEPENDS = "gtk+3 iso-codes enchant2"
-
GNOMEBASEBUILDCLASS = "meson"
inherit gnomebase gobject-introspection gtk-doc
-SRC_URI[archive.md5sum] = "390139e704772b915ff2b7cac56c24ae"
SRC_URI[archive.sha256sum] = "80ae57723e4608e6875626a88aaa6f56dd25df75024bd16e9d77e718c3560b25"
-# mutter 41.0 requires graphene build with introspection
+# gtk4 & mutter 41.0 requires graphene build with introspection
PACKAGECONFIG ?= "introspection"
PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled,"