From 3100e91500719f1b129e77a82c922ed73045d92d Mon Sep 17 00:00:00 2001 From: vasilito Date: Sun, 2 Aug 2026 04:12:12 +0300 Subject: [PATCH] =?UTF-8?q?kde:=20kf6-kdeclarative=20=E2=80=94=20declare?= =?UTF-8?q?=20kf6-kglobalaccel=20(find=5Fpackage=20REQUIRED)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kf6-kdeclarative's CMakeLists does find_package(KF6GlobalAccel REQUIRED) on non-Windows/Apple/Android/Haiku but never declared the dependency (it was passing by cache in earlier builds). No cycle: kf6-kglobalaccel does not depend on it. --- local/recipes/kde/kf6-kdeclarative/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/local/recipes/kde/kf6-kdeclarative/recipe.toml b/local/recipes/kde/kf6-kdeclarative/recipe.toml index 8e040dc449..d53d1be6cf 100644 --- a/local/recipes/kde/kf6-kdeclarative/recipe.toml +++ b/local/recipes/kde/kf6-kdeclarative/recipe.toml @@ -20,6 +20,7 @@ dependencies = [ "kf6-kconfig", "kf6-kpackage", "kf6-kwidgetsaddons", + "kf6-kglobalaccel", ] script = """ DYNAMIC_INIT