summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/libpanel/libpanel_1.10.4.bb')
-rw-r--r--meta-gnome/recipes-gnome/libpanel/libpanel_1.10.4.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.4.bb b/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.4.bb
new file mode 100644
index 0000000000..68cff85f9e
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.4.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] = "593888a7691f0af8aaa6e193c9e14afa86a810c0c2f27515c6d813f18733b1cd"
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 opengl"