diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-12-09 15:11:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-17 11:10:04 +0000 |
commit | 0a95dfcab3cb202bb68060abeb94c320011b4fc7 (patch) | |
tree | d798733585d44490ff46da80c88b554a6d80d6a5 | |
parent | f43393b37a5a90561134fc3490843dffdb0a8697 (diff) | |
download | poky-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.inc | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/graphene/graphene_1.10.8.bb | 22 |
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>" | |||
229 | RECIPE_MAINTAINER:pn-gpgme = "Hongxu Jia <hongxu.jia@windriver.com>" | 229 | RECIPE_MAINTAINER:pn-gpgme = "Hongxu Jia <hongxu.jia@windriver.com>" |
230 | RECIPE_MAINTAINER:pn-gptfdisk = "Alexander Kanavin <alex.kanavin@gmail.com>" | 230 | RECIPE_MAINTAINER:pn-gptfdisk = "Alexander Kanavin <alex.kanavin@gmail.com>" |
231 | RECIPE_MAINTAINER:pn-gcompat = "Khem Raj <raj.khem@gmail.com>" | 231 | RECIPE_MAINTAINER:pn-gcompat = "Khem Raj <raj.khem@gmail.com>" |
232 | RECIPE_MAINTAINER:pn-graphene = "Markus Volk <f_l_k@t-online.de>" | ||
232 | RECIPE_MAINTAINER:pn-grep = "Denys Dmytriyenko <denis@denix.org>" | 233 | RECIPE_MAINTAINER:pn-grep = "Denys Dmytriyenko <denis@denix.org>" |
233 | RECIPE_MAINTAINER:pn-groff = "Hongxu Jia <hongxu.jia@windriver.com>" | 234 | RECIPE_MAINTAINER:pn-groff = "Hongxu Jia <hongxu.jia@windriver.com>" |
234 | RECIPE_MAINTAINER:pn-grub = "Anuj Mittal <anuj.mittal@intel.com>" | 235 | RECIPE_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 @@ | |||
1 | SUMMARY = "A thin layer of graphic data types" | ||
2 | HOMEPAGE = "http://ebassi.github.io/graphene/" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7d871d9e23c450c421a85bb2819f648" | ||
5 | |||
6 | GNOMEBASEBUILDCLASS = "meson" | ||
7 | |||
8 | inherit gnomebase gobject-introspection gtk-doc | ||
9 | |||
10 | SRC_URI[archive.sha256sum] = "a37bb0e78a419dcbeaa9c7027bcff52f5ec2367c25ec859da31dfde2928f279a" | ||
11 | |||
12 | # gtk4 & mutter 41.0 requires graphene build with introspection | ||
13 | PACKAGECONFIG ?= "introspection" | ||
14 | PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled," | ||
15 | |||
16 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
17 | |||
18 | EXTRA_OEMESON = "-Dinstalled_tests=false" | ||
19 | |||
20 | FILES:${PN} += "${libdir}/graphene-1.0" | ||
21 | |||
22 | BBCLASSEXTEND = "native nativesdk" | ||