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:
@@ -49,6 +49,7 @@ dependencies = [
|
||||
"libxkbcommon",
|
||||
"libinput",
|
||||
"libudev-stub",
|
||||
"fontconfig",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
|
||||
Reference in New Issue
Block a user