From 7f20621b252781de211fd5a872d0bf4604e9d23a Mon Sep 17 00:00:00 2001 From: David Redondo Date: Thu, 21 Mar 2024 14:54:32 +0100 Subject: [PATCH] Bump wayland-protocols to 1.34 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"