From f883e669d147ac189b64ce403300a5a3e4de2c66 Mon Sep 17 00:00:00 2001 From: Maximilian Seidler <78690852+PaideiaDilemma@users.noreply.github.com> Date: Thu, 20 Mar 2025 09:52:02 +0100 Subject: [PATCH] CMake: require wayland-protocols>=1.35 (#713) tablet-v2 was moved to stable in 1.35. Hyprlock 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 d1cec67..8965b30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ pkg_check_modules( REQUIRED IMPORTED_TARGET wayland-client - wayland-protocols + wayland-protocols>=1.35 wayland-egl hyprlang>=0.6.0 egl