diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-07-27 16:36:22 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-30 09:16:53 +0100 |
| commit | 254cc105eecb75ff36421e93414f8c148d244c7a (patch) | |
| tree | 39341b8b9ae620426954b252fdb2f231eed75367 /meta/recipes-gnome/libadwaita | |
| parent | 2c92cddeb19ce943f8d82fac2ba97bd4decd7c4b (diff) | |
| download | poky-254cc105eecb75ff36421e93414f8c148d244c7a.tar.gz | |
libadwaita: add recipe from meta-gnome
This is a requirement of latest epiphany 44.x.
(From OE-Core rev: c25df21f40c15cf087ec14f47ccbc7c3b5c84de2)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libadwaita')
| -rw-r--r-- | meta/recipes-gnome/libadwaita/libadwaita_1.3.3.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.3.3.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.3.3.bb new file mode 100644 index 0000000000..8ec5258c73 --- /dev/null +++ b/meta/recipes-gnome/libadwaita/libadwaita_1.3.3.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Building blocks for modern GNOME applications" | ||
| 2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libadwaita" | ||
| 3 | LICENSE="LGPL-2.1-or-later" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 5 | |||
| 6 | GNOMEBASEBUILDCLASS = "meson" | ||
| 7 | |||
| 8 | DEPENDS = " \ | ||
| 9 | gtk4 \ | ||
| 10 | " | ||
| 11 | |||
| 12 | inherit gnomebase gobject-introspection gi-docgen vala features_check | ||
| 13 | |||
| 14 | SRC_URI[archive.sha256sum] = "3fb9f6f8f570e543ab2dafb8b4b94d8b376c59ad565efadfede44557e3f3a9e1" | ||
| 15 | |||
| 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 17 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 18 | |||
| 19 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
| 20 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
| 21 | GTKDOC_MESON_OPTION = 'gtk_doc' | ||
| 22 | |||
| 23 | PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false" | ||
| 24 | |||
| 25 | FILES:${PN} += "${datadir}/metainfo" | ||
