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 | |
| 6 | GNOMEBASEBUILDCLASS = "meson" |
| 7 | |
| 8 | DEPENDS = " \ |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 9 | gtk4 \ |
Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 10 | appstream \ |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 11 | " |
| 12 | |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 13 | inherit gnomebase gobject-introspection gi-docgen vala features_check |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 14 | |
Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 15 | SRC_URI[archive.sha256sum] = "e51a098a54d43568218fc48fcf52e80e36f469b3ce912d8ce9c308a37e9f47c2" |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 16 | |
| 17 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 18 | REQUIRED_DISTRO_FEATURES = "opengl" |
| 19 | |
| 20 | GIR_MESON_ENABLE_FLAG = 'enabled' |
| 21 | GIR_MESON_DISABLE_FLAG = 'disabled' |
| 22 | GTKDOC_MESON_OPTION = 'gtk_doc' |
| 23 | |
| 24 | PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false" |
| 25 | |
| 26 | FILES:${PN} += "${datadir}/metainfo" |
Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 27 | |
| 28 | EXTRA_OEMESON += "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-Dvapi=true', '-Dvapi=false', d)}" |