diff options
author | Pablo Saavedra <psaavedra@igalia.com> | 2024-11-11 15:11:51 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-21 21:42:36 -0800 |
commit | cc057dfb7cdb4595a790b4cd1d2117743a753251 (patch) | |
tree | 99fa37de43ff9a06da3817753a5f9195b3249614 /meta-gnome | |
parent | b812c17427edf25f17c07c51d60d69c5504931f7 (diff) | |
download | meta-openembedded-cc057dfb7cdb4595a790b4cd1d2117743a753251.tar.gz |
libpanel: initial add 1.8.1
This is a dependency for upcoming sysprof 47.1
Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libpanel/libpanel_1.8.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libpanel/libpanel_1.8.1.bb b/meta-gnome/recipes-gnome/libpanel/libpanel_1.8.1.bb new file mode 100644 index 0000000000..9786acb38c --- /dev/null +++ b/meta-gnome/recipes-gnome/libpanel/libpanel_1.8.1.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | # your responsibility to verify that the values are complete and correct. | ||
2 | LICENSE = "LGPL-2.1-only" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" | ||
4 | |||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | inherit gnomebase upstream-version-is-even gobject-introspection gtk-icon-cache | ||
7 | |||
8 | DEPENDS += " \ | ||
9 | glib-2.0 \ | ||
10 | gtk4 \ | ||
11 | libadwaita \ | ||
12 | " | ||
13 | |||
14 | SRC_URI[archive.sha256sum] = "b87b8fa9b79768cc704243793f0158a040a1e46d37b9889188545a7f7dcaa6fb" | ||
15 | |||
16 | PACKAGECONFIG ?= "" | ||
17 | #EXTRA_OEMESON += "-Ddocs=disabled" | ||
18 | #GTKDOC_MESON_DISABLE_FLAG = "disabled" | ||
19 | |||
20 | EXTRA_OEMESON += "-Ddocs=disabled -Dintrospection=enabled -Dvapi=false" | ||
21 | |||
22 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | ||