diff --git a/CMakeLists.txt b/CMakeLists.txt index f99d2a1806..041500d4c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -208,7 +208,7 @@ set_package_properties(Wayland PROPERTIES PURPOSE "Required for building KWin with Wayland support" ) -find_package(WaylandProtocols 1.32) +find_package(WaylandProtocols 1.34) set_package_properties(WaylandProtocols PROPERTIES TYPE REQUIRED PURPOSE "Collection of Wayland protocols that add functionality not available in the Wayland core protocol"