Explorar o código

Bump wayland-protocols version for idle-inhibit

This prevents GLFW from building when wayland-protocols is too old.
Emmanuel Gil Peyrot %!s(int64=7) %!d(string=hai) anos
pai
achega
09e0714284
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -278,7 +278,7 @@ if (_GLFW_WAYLAND)
 
     find_package(Wayland REQUIRED Client Cursor Egl)
     find_package(WaylandScanner REQUIRED)
-    find_package(WaylandProtocols 1.1 REQUIRED)
+    find_package(WaylandProtocols 1.6 REQUIRED)
 
     list(APPEND glfw_PKG_DEPS "wayland-egl")