aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-06-01 23:45:12 +0200
committerKhem Raj <raj.khem@gmail.com>2020-06-03 15:15:43 -0700
commit47135bd9a1d2723f4dc0c8bb38b0d519a205d965 (patch)
treec14ba64be064a1552914e8d7ac22a25bf954a996 /meta-gnome
parent6c9929f93a8da46d5999893dd81ef9021008fb8b (diff)
downloadmeta-openembedded-contrib-47135bd9a1d2723f4dc0c8bb38b0d519a205d965.tar.gz
graphene: initial add 1.10.0
This was on my TODO for so long - now mutter 3.36.x depends on it 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.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/graphene/graphene_1.10.0.bb b/meta-gnome/recipes-gnome/graphene/graphene_1.10.0.bb
new file mode 100644
index 0000000000..f715dd23d3
--- /dev/null
+++ b/meta-gnome/recipes-gnome/graphene/graphene_1.10.0.bb
@@ -0,0 +1,19 @@
+SUMMARY = "A thin layer of graphic data types"
+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] = "07f72436bc7a85d12f5edd9fcedd0184"
+SRC_URI[archive.sha256sum] = "406d97f51dd4ca61e91f84666a00c3e976d3e667cd248b76d92fdb35ce876499"
+
+GTKDOC_MESON_OPTION = "gtk_doc"
+
+EXTRA_OEMESON = "-Dinstalled_tests=false"
+
+FILES_${PN} += "${libdir}/graphene-1.0"