From 05337a4595aa03eedec33f48004e46092917a5ca Mon Sep 17 00:00:00 2001 From: Biniam Bekele Date: Thu, 20 Mar 2025 10:52:40 -0400 Subject: [PATCH] CMake: require wayland-protocols>=1.35 (#243) tablet-v2 was moved to stable in 1.35. Hyprpaper will fail to build if a earlier version is used. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38c1048..4738a81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ pkg_check_modules( REQUIRED IMPORTED_TARGET wayland-client - wayland-protocols + wayland-protocols>=1.35 cairo pango pangocairo