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:
@@ -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 = """
|
||||
|
||||
Reference in New Issue
Block a user