Date
1 - 1 of 1
[PATCHv8 1/4] graphene: import from meta-oe
Markus Volk
Signed-off-by: Markus Volk <f_l_k@...>
--- .../graphene/graphene_1.10.8.bb | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-graphics/graphene/graphene_1.10.8.bb diff --git a/meta/recipes-graphics/graphene/graphene_1.10.8.bb b/meta/rec= ipes-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 @@ +SUMMARY =3D "A thin layer of graphic data types" +HOMEPAGE =3D "http://ebassi.github.io/graphene/" +LICENSE =3D "MIT" +LIC_FILES_CHKSUM =3D "file://LICENSE.txt;md5=3Da7d871d9e23c450c421a85bb2= 819f648" + +GNOMEBASEBUILDCLASS =3D "meson" + +inherit gnomebase gobject-introspection gtk-doc + +SRC_URI[archive.sha256sum] =3D "a37bb0e78a419dcbeaa9c7027bcff52f5ec2367c= 25ec859da31dfde2928f279a" + +# gtk4 & mutter 41.0 requires graphene build with introspection +PACKAGECONFIG ?=3D "introspection" +PACKAGECONFIG[introspection] =3D "-Dintrospection=3Denabled,-Dintrospect= ion=3Ddisabled," + +GTKDOC_MESON_OPTION =3D "gtk_doc" + +EXTRA_OEMESON =3D "-Dinstalled_tests=3Dfalse" + +FILES:${PN} +=3D "${libdir}/graphene-1.0" + +BBCLASSEXTEND =3D "native nativesdk" --=20 2.34.1 |
|