aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform
diff options
context:
space:
mode:
authorPhilipp Kerling <pkerling@casix.org>2018-01-04 13:34:14 +0100
committerPhilipp Kerling <pkerling@casix.org>2018-01-04 15:37:28 +0100
commit486b22a1e8f6e30e55f0f527e1658c9adf1bad82 (patch)
tree594fc06ed4f1ff2492c54bffa5493b9c3c46b7c4 /cmake/platform
parenta7bb932a9281d14c4461e1afbd29b96af53e2588 (diff)
[cmake] [wayland] Specify minimum version requirements for waylandpp and xkbcommon
waylandpp 0.1.5 for const-correct cursor functions xkbcommon 0.4.1 for xkb_state_key_get_utf32
Diffstat (limited to 'cmake/platform')
-rw-r--r--cmake/platform/linux/wayland.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platform/linux/wayland.cmake b/cmake/platform/linux/wayland.cmake
index 9d662891a2..14d6942aba 100644
--- a/cmake/platform/linux/wayland.cmake
+++ b/cmake/platform/linux/wayland.cmake
@@ -1,4 +1,4 @@
-set(PLATFORM_REQUIRED_DEPS EGL WaylandProtocols>=1.7 Waylandpp LibDRM Xkbcommon)
+set(PLATFORM_REQUIRED_DEPS EGL WaylandProtocols>=1.7 Waylandpp>=0.1.5 LibDRM Xkbcommon>=0.4.1)
set(PLATFORM_OPTIONAL_DEPS VAAPI)
set(WAYLAND_RENDER_SYSTEM "" CACHE STRING "Render system to use with Wayland: \"gl\" or \"gles\"")