https://bugs.kde.org/show_bug.cgi?id=341149
--- Comment #2 from Christophe Giboudeaux <cgiboude...@gmx.com> --- well, are the required components installed and is the installed version correct ? FindWayland.cmake in ECM does : include(${CMAKE_CURRENT_LIST_DIR}/ECMFindModuleHelpersStub.cmake) which does : include(${CMAKE_CURRENT_LIST_DIR}/../modules/ECMFindModuleHelpers.cmake) and the ecm_find_package_handle_library_components macro in ECMFindModuleHelpers.cmake does : find_package(PkgConfig) (line 217) Conclusion, if there's a problem, this commit just hides it. -- You are receiving this mail because: You are watching all bug changes.