summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-12-09 15:11:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-17 11:10:04 +0000
commit0a95dfcab3cb202bb68060abeb94c320011b4fc7 (patch)
treed798733585d44490ff46da80c88b554a6d80d6a5
parentf43393b37a5a90561134fc3490843dffdb0a8697 (diff)
downloadpoky-0a95dfcab3cb202bb68060abeb94c320011b4fc7.tar.gz
graphene: import from meta-oe
(From OE-Core rev: c23211c8369e100d04fe5c4c83fe0b1aa8a25a8c) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/distro/include/maintainers.inc1
-rw-r--r--meta/recipes-graphics/graphene/graphene_1.10.8.bb22
2 files changed, 23 insertions, 0 deletions
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 7437beda4d..60a92e40d2 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -229,6 +229,7 @@ RECIPE_MAINTAINER:pn-gperf = "Alexander Kanavin <alex.kanavin@gmail.com>"
229RECIPE_MAINTAINER:pn-gpgme = "Hongxu Jia <hongxu.jia@windriver.com>" 229RECIPE_MAINTAINER:pn-gpgme = "Hongxu Jia <hongxu.jia@windriver.com>"
230RECIPE_MAINTAINER:pn-gptfdisk = "Alexander Kanavin <alex.kanavin@gmail.com>" 230RECIPE_MAINTAINER:pn-gptfdisk = "Alexander Kanavin <alex.kanavin@gmail.com>"
231RECIPE_MAINTAINER:pn-gcompat = "Khem Raj <raj.khem@gmail.com>" 231RECIPE_MAINTAINER:pn-gcompat = "Khem Raj <raj.khem@gmail.com>"
232RECIPE_MAINTAINER:pn-graphene = "Markus Volk <f_l_k@t-online.de>"
232RECIPE_MAINTAINER:pn-grep = "Denys Dmytriyenko <denis@denix.org>" 233RECIPE_MAINTAINER:pn-grep = "Denys Dmytriyenko <denis@denix.org>"
233RECIPE_MAINTAINER:pn-groff = "Hongxu Jia <hongxu.jia@windriver.com>" 234RECIPE_MAINTAINER:pn-groff = "Hongxu Jia <hongxu.jia@windriver.com>"
234RECIPE_MAINTAINER:pn-grub = "Anuj Mittal <anuj.mittal@intel.com>" 235RECIPE_MAINTAINER:pn-grub = "Anuj Mittal <anuj.mittal@intel.com>"
diff --git a/meta/recipes-graphics/graphene/graphene_1.10.8.bb b/meta/recipes-graphics/graphene/graphene_1.10.8.bb
new file mode 100644
index 0000000000..813ff74adf
--- /dev/null
+++ b/meta/recipes-graphics/graphene/graphene_1.10.8.bb
@@ -0,0 +1,22 @@
1SUMMARY = "A thin layer of graphic data types"
2HOMEPAGE = "http://ebassi.github.io/graphene/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7d871d9e23c450c421a85bb2819f648"
5
6GNOMEBASEBUILDCLASS = "meson"
7
8inherit gnomebase gobject-introspection gtk-doc
9
10SRC_URI[archive.sha256sum] = "a37bb0e78a419dcbeaa9c7027bcff52f5ec2367c25ec859da31dfde2928f279a"
11
12# gtk4 & mutter 41.0 requires graphene build with introspection
13PACKAGECONFIG ?= "introspection"
14PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled,"
15
16GTKDOC_MESON_OPTION = "gtk_doc"
17
18EXTRA_OEMESON = "-Dinstalled_tests=false"
19
20FILES:${PN} += "${libdir}/graphene-1.0"
21
22BBCLASSEXTEND = "native nativesdk"