From 93144bf0bf5cc3c65a9d2800444b093033680230 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Mon, 4 May 2026 15:42:56 +0100 Subject: [PATCH] fix: qt5compat blake3 hash, kwin cmake progress - Add missing blake3 hash to qt5compat recipe - KWin cmake: Qt6Gui Wayland plugin path references host instead of sysroot (needs Qt cmake config regeneration for cross-build) --- recipes/wip/qt/qt5compat/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/wip/qt/qt5compat/recipe.toml b/recipes/wip/qt/qt5compat/recipe.toml index 6cb4f941..e5496b95 100644 --- a/recipes/wip/qt/qt5compat/recipe.toml +++ b/recipes/wip/qt/qt5compat/recipe.toml @@ -3,6 +3,7 @@ [source] tar = "https://download.qt.io/official_releases/qt/6.11/6.11.0/submodules/qt5compat-everywhere-src-6.11.0.tar.xz" +blake3 = "be3bae15db525e9e68296f7a6260e433ef831d8a43ad24ab20e23743b2f677a7" [build] template = "custom"