kf6-kwindowsystem: add libxkbcommon dep (wayland platform pkg_check_modules)

With KWINDOWSYSTEM_WAYLAND=ON, src/platforms/wayland/CMakeLists.txt does
pkg_check_modules(XKBCommon REQUIRED IMPORTED_TARGET xkbcommon). libxkbcommon
provides xkbcommon.pc but was not a dependency, so it was absent from the
sysroot and configure failed "Package xkbcommon not found".
This commit is contained in:
2026-07-25 01:29:22 +09:00
parent 8242a54fc5
commit 5f1e4bd43d
@@ -22,6 +22,8 @@ dependencies = [
"qtwayland",
"wayland-protocols",
"plasma-wayland-protocols",
# src/platforms/wayland/CMakeLists.txt: pkg_check_modules(xkbcommon REQUIRED)
"libxkbcommon",
"kf6-extra-cmake-modules",
]
script = """