Files
RedBear-OS/local
vasilito 5f1e4bd43d 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".
2026-07-25 01:29:22 +09:00
..