diff options
-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" | ||