mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2026-05-05 08:08:02 +02:00
CMake: require wayland-protocols>=1.35
tablet-v2 was moved to stable in 1.35. Hyprpaper will fail to build if a earlier version is used.
This commit is contained in:
parent
6f4ba43163
commit
6f09247600
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ pkg_check_modules(
|
|||
REQUIRED
|
||||
IMPORTED_TARGET
|
||||
wayland-client
|
||||
wayland-protocols
|
||||
wayland-protocols>=1.35
|
||||
cairo
|
||||
pango
|
||||
pangocairo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue