summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-10-16 03:49:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-18 15:01:04 +0100
commitee4a2b6e5f012fd3fea0e2f4554c8527ee84db9c (patch)
treee61e23f947060a543acb43bbaf62caf9de1a5160
parent582887daac419e608bd3bf3e1d458731733309a9 (diff)
downloadpoky-ee4a2b6e5f012fd3fea0e2f4554c8527ee84db9c.tar.gz
libadwaita: update 1.6.0 -> 1.6.1
============= Version 1.6.1 ============= - Fix meson syntax in readme - AdwAboutDialog/Window - Fix natural width - AdwAlertDialog - Fix a crash when setting content-width/height before present() - AdwBottomSheet - Fix natural height - Fix criticals in dispose in some cases - AdwBreakpointBin - Fix natural size - AdwClamp - Fix get/set_unit() version - AdwExpanderRow - Make suffix spacing match action rows and entry rows - AdwTabBar - Don't select tabs when clicking close or indicator buttons - Only handle middle clicks started and ended on the same tab - AdwTabOverview - Only handle middle clicks started and ended on the same thumbnail - AdwViewSwitcher - Have a minimum height outside header bars - Docs - Indicate and explain out of gamut colors on CSS variables page - Update deprecated meson syntax - Typo fixes - Link clamp/layout/scrollable docs between each other - Translation updates - Latvian - Thai (From OE-Core rev: c27b7033c39ee06d29bb2d6f9dfa259203a7cb71) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-gnome/libadwaita/libadwaita_1.6.1.bb (renamed from meta/recipes-gnome/libadwaita/libadwaita_1.6.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.6.0.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.6.1.bb
index c643dd17d8..a32153c128 100644
--- a/meta/recipes-gnome/libadwaita/libadwaita_1.6.0.bb
+++ b/meta/recipes-gnome/libadwaita/libadwaita_1.6.1.bb
@@ -10,7 +10,7 @@ DEPENDS = " \
10 10
11inherit gnomebase gobject-introspection gi-docgen vala features_check 11inherit gnomebase gobject-introspection gi-docgen vala features_check
12 12
13SRC_URI[archive.sha256sum] = "9ed783934cb99c9101639194e1fc072cb09303b8f3c2fc6623390186a9dad8d3" 13SRC_URI[archive.sha256sum] = "d00ac845a4545d92e6805e31095a51c68f9f4e02426900472084b0cddce3f833"
14 14
15ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 15ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
16REQUIRED_DISTRO_FEATURES = "opengl" 16REQUIRED_DISTRO_FEATURES = "opengl"