mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2025-05-12 21:30:36 +01:00
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.
This commit is contained in:
parent
6f4ba43163
commit
05337a4595
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ pkg_check_modules(
|
||||||
REQUIRED
|
REQUIRED
|
||||||
IMPORTED_TARGET
|
IMPORTED_TARGET
|
||||||
wayland-client
|
wayland-client
|
||||||
wayland-protocols
|
wayland-protocols>=1.35
|
||||||
cairo
|
cairo
|
||||||
pango
|
pango
|
||||||
pangocairo
|
pangocairo
|
||||||
|
|
Loading…
Reference in a new issue