diff options
author | Simone Weiß <simone.p.weiss@posteo.com> | 2025-02-03 23:25:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 22:53:44 +0000 |
commit | e96bc03c5a7c63b56802160baadf2cdbdbbb0659 (patch) | |
tree | 6ebc18495058ef26d21832fccf1262c109b4675a /meta/recipes-gnome | |
parent | 350ff5bff342bcc3470c2483c1c661dbe4a6da83 (diff) | |
download | poky-e96bc03c5a7c63b56802160baadf2cdbdbbb0659.tar.gz |
libadwaita: upgrade 1.6.2 -> 1.6.4
Add sassc-native as in libadwaita the handling wrt to pre build artifacts
changed and sassc is now needed.
Changelog
---------
- AdwBreakpoint
- Fix to_string() with locales using comma as decimal separator
- AdwComboRow
- Fix very short strings not being displayed
- AdwDialog
- Fix ::closed emission with window-backed dialogs
- Fix a focus-related crash
- AdwPreferencesDialog
- Document navigation.pop action
- AdwTabBox, AdwTabGrid
- Fix scrolling to newly appearing tabs
- Fix a copy-paste error
- Translation updates
- Italian
(From OE-Core rev: 4a0d16158844a5c4d429bf3547b75bcc799633f1)
Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/libadwaita/libadwaita_1.6.4.bb (renamed from meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.6.4.bb index d24025acd0..a8cf642ff0 100644 --- a/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb +++ b/meta/recipes-gnome/libadwaita/libadwaita_1.6.4.bb | |||
@@ -6,11 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
6 | DEPENDS = " \ | 6 | DEPENDS = " \ |
7 | gtk4 \ | 7 | gtk4 \ |
8 | appstream \ | 8 | appstream \ |
9 | sassc-native \ | ||
9 | " | 10 | " |
10 | 11 | ||
11 | inherit gnomebase gobject-introspection gi-docgen vala features_check | 12 | inherit gnomebase gobject-introspection gi-docgen vala features_check |
12 | 13 | ||
13 | SRC_URI[archive.sha256sum] = "7542f8354e6808dd4e9a31551bbdfc0170735e4af4d1b3e69186500ccb9c01eb" | 14 | SRC_URI[archive.sha256sum] = "1011a5a93dc3b87e82da19910d7fab01a3b9d7fcb0b09751babb476eedb3d9a3" |
14 | 15 | ||
15 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
16 | REQUIRED_DISTRO_FEATURES = "opengl" | 17 | REQUIRED_DISTRO_FEATURES = "opengl" |