From 0aa5402e77b2b94a7cbd8c3cecd979a7bc4b9f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Fri, 19 Feb 2021 16:12:38 +0100 Subject: [PATCH] Flatpak: update GTK to 4.1.0 While not ideal, only GTK 4.1+ has rounded menu buttons and renders properly with EGL on mobile devices. --- pkgs/flatpak/lib/gtk4.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/flatpak/lib/gtk4.json b/pkgs/flatpak/lib/gtk4.json index 6102d6eb..d21f5878 100644 --- a/pkgs/flatpak/lib/gtk4.json +++ b/pkgs/flatpak/lib/gtk4.json @@ -18,7 +18,8 @@ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/gtk.git", - "commit": "ec94ec0286041c16d6df7b496b0760a0ae0885ba" + "tag": "4.1.0", + "commit": "65c38111f958bac66d578e3f81964ca3857105c1" }, { "type": "patch",