From 77b4d4db2bf97e9eb7647bae3b0c03d73dc3619f Mon Sep 17 00:00:00 2001 From: Admin Pupkin Date: Tue, 9 Jun 2026 06:56:06 +0300 Subject: [PATCH] kwin: add fontconfig build dependency KWin CMake config does find_package(Fontconfig) and needs the fontconfig.h header at /usr/include/fontconfig/fontconfig.h. fontconfig wasn't previously in the build deps, so the CMake fontconfig module couldn't find the headers and failed. --- local/recipes/kde/kwin/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/local/recipes/kde/kwin/recipe.toml b/local/recipes/kde/kwin/recipe.toml index 8f7c901a6a..7a45239bbf 100644 --- a/local/recipes/kde/kwin/recipe.toml +++ b/local/recipes/kde/kwin/recipe.toml @@ -49,6 +49,7 @@ dependencies = [ "libxkbcommon", "libinput", "libudev-stub", + "fontconfig", ] script = """ DYNAMIC_INIT