diff options
author | wangmy <wangmy@fujitsu.com> | 2022-04-25 15:31:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-25 11:00:43 -0700 |
commit | 6d73127ced18b6702f4bddb9c9ffb1cdcf41b71c (patch) | |
tree | 5e36359e0a6071e0f78bfe34fcf6179aaff74d9e | |
parent | 98840e726d251e39e14f30c8107c238f12251213 (diff) | |
download | meta-openembedded-6d73127ced18b6702f4bddb9c9ffb1cdcf41b71c.tar.gz |
libadwaita: upgrade 1.1.0 -> 1.1.1
Changelog:
==========
- AdwAvatar
- Fix initials not updating after setting custom-image
- AdwSplitButton:
- Avoid state changes during dispose
- AdwViewSwitcherTitle
- Clear pending idle callback on unrealize
- AdwPreferencesGroup
- Annotation fixes
- AdwPreferencesGroup
- Annotation fixes
- AdwTabBar
- Ensure indicators are clickable with inverted=true
- Fix resize deferring with non-expanded tabs
- Fix scroll animation stopping too early
- Mention AdwComboRow:selected type in migration guide
- Fix a Meson error when using as a subproject
- Translation updates:
- Abkhazian
- British English
- Bulgarian
- Catalan
- Dutch
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.1.bb (renamed from meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.0.bb b/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.1.bb index d4820d124..8ca3be352 100644 --- a/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.0.bb +++ b/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.1.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = " \ | |||
11 | 11 | ||
12 | inherit gnomebase gobject-introspection gtk-doc vala features_check | 12 | inherit gnomebase gobject-introspection gtk-doc vala features_check |
13 | 13 | ||
14 | SRC_URI[archive.sha256sum] = "aff598803e810cc28266472cf5bf65e5ed5b90bb3523e206b06b14527325010e" | 14 | SRC_URI[archive.sha256sum] = "491169d4f6a11765328996bc088272d05c7235453bc0ee73c20dfd4bd67b401c" |
15 | 15 | ||
16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
17 | REQUIRED_DISTRO_FEATURES = "opengl" | 17 | REQUIRED_DISTRO_FEATURES = "opengl" |