diff options
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.bb | 22 |
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. | ||
| 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] = "593888a7691f0af8aaa6e193c9e14afa86a810c0c2f27515c6d813f18733b1cd" | ||
| 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 opengl" | ||
