wayland: Require xkbcommon 0.5.0 or newer (2014-10-18)

Fixes #4645
This commit is contained in:
Ethan Lee
2021-09-23 17:43:53 -04:00
parent decd1b4d74
commit ef8c4d27d7
2 changed files with 2 additions and 2 deletions

View File

@@ -597,7 +597,7 @@ endmacro()
# - HAVE_SDL_LOADSO opt
macro(CheckWayland)
if(VIDEO_WAYLAND)
pkg_check_modules(WAYLAND wayland-client wayland-scanner wayland-egl wayland-cursor egl xkbcommon)
pkg_check_modules(WAYLAND wayland-client wayland-scanner wayland-egl wayland-cursor egl "xkbcommon>=0.5.0")
pkg_check_modules(WAYLAND_SCANNER_1_15 "wayland-scanner>=1.15")
if(WAYLAND_FOUND AND HAVE_VIDEO_OPENGL_EGL)