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.
This commit is contained in:
2026-06-09 06:56:06 +03:00
parent 964546790a
commit 77b4d4db2b
+1
View File
@@ -49,6 +49,7 @@ dependencies = [
"libxkbcommon",
"libinput",
"libudev-stub",
"fontconfig",
]
script = """
DYNAMIC_INIT