Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 1 | SUMMARY = "Building blocks for modern GNOME applications" |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libadwaita" |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 3 | LICENSE="LGPL-2.1-or-later" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 5 | |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 6 | |
| 7 | DEPENDS = " \ |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 8 | gtk4 \ |
Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 9 | appstream \ |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 10 | " |
| 11 | |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 12 | inherit gnomebase gobject-introspection gi-docgen vala features_check |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 13 | |
Patrick Williams | 03514f1 | 2024-04-05 07:04:11 -0500 | [diff] [blame] | 14 | SRC_URI[archive.sha256sum] = "fd92287df9bb95c963654fb6e70d3e082e2bcb37b147e0e3c905567167993783" |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 15 | |
| 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 17 | REQUIRED_DISTRO_FEATURES = "opengl" |
| 18 | |
| 19 | GIR_MESON_ENABLE_FLAG = 'enabled' |
| 20 | GIR_MESON_DISABLE_FLAG = 'disabled' |
| 21 | GTKDOC_MESON_OPTION = 'gtk_doc' |
| 22 | |
| 23 | PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false" |
| 24 | |
| 25 | FILES:${PN} += "${datadir}/metainfo" |
Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 26 | |
| 27 | EXTRA_OEMESON += "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-Dvapi=true', '-Dvapi=false', d)}" |