mirror of
https://github.com/hyprwm/hyprlock.git
synced 2025-05-13 05:40:42 +01:00
CMake: require wayland-protocols>=1.35
tablet-v2 was moved to stable in 1.35. Hyprlock will fail to build if a earlier version is used.
This commit is contained in:
parent
ee8ee1f9f7
commit
319f895bc6
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ pkg_check_modules(
|
||||||
REQUIRED
|
REQUIRED
|
||||||
IMPORTED_TARGET
|
IMPORTED_TARGET
|
||||||
wayland-client
|
wayland-client
|
||||||
wayland-protocols
|
wayland-protocols>=1.35
|
||||||
wayland-egl
|
wayland-egl
|
||||||
hyprlang>=0.6.0
|
hyprlang>=0.6.0
|
||||||
egl
|
egl
|
||||||
|
|
Loading…
Reference in a new issue