mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Bump wayland-protocols version for idle-inhibit
This prevents GLFW from building when wayland-protocols is too old.
This commit is contained in:
parent
7c2c7858c6
commit
09e0714284
@ -278,7 +278,7 @@ if (_GLFW_WAYLAND)
|
|||||||
|
|
||||||
find_package(Wayland REQUIRED Client Cursor Egl)
|
find_package(Wayland REQUIRED Client Cursor Egl)
|
||||||
find_package(WaylandScanner REQUIRED)
|
find_package(WaylandScanner REQUIRED)
|
||||||
find_package(WaylandProtocols 1.1 REQUIRED)
|
find_package(WaylandProtocols 1.6 REQUIRED)
|
||||||
|
|
||||||
list(APPEND glfw_PKG_DEPS "wayland-egl")
|
list(APPEND glfw_PKG_DEPS "wayland-egl")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user