summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorPablo Saavedra <psaavedra@igalia.com>2024-11-11 15:11:51 +0100
committerKhem Raj <raj.khem@gmail.com>2024-11-21 21:42:36 -0800
commitcc057dfb7cdb4595a790b4cd1d2117743a753251 (patch)
tree99fa37de43ff9a06da3817753a5f9195b3249614 /meta-gnome
parentb812c17427edf25f17c07c51d60d69c5504931f7 (diff)
downloadmeta-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.bb22
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.
2LICENSE = "LGPL-2.1-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
4
5GNOMEBASEBUILDCLASS = "meson"
6inherit gnomebase upstream-version-is-even gobject-introspection gtk-icon-cache
7
8DEPENDS += " \
9 glib-2.0 \
10 gtk4 \
11 libadwaita \
12"
13
14SRC_URI[archive.sha256sum] = "b87b8fa9b79768cc704243793f0158a040a1e46d37b9889188545a7f7dcaa6fb"
15
16PACKAGECONFIG ?= ""
17#EXTRA_OEMESON += "-Ddocs=disabled"
18#GTKDOC_MESON_DISABLE_FLAG = "disabled"
19
20EXTRA_OEMESON += "-Ddocs=disabled -Dintrospection=enabled -Dvapi=false"
21
22REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"