We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b734d94 commit 76ff655Copy full SHA for 76ff655
2 files changed
CMakeModules/FindWayland.cmake
@@ -1,6 +1,6 @@
1
-# Find Wayland development libraries & headers for wayland-egl & wayland-cursor & EGL
+# Find Wayland development libraries & headers for wayland-egl & wayland-cursor & EGL & XKBcommon
2
#
3
-# WAYLAND_FOUND - system has a libwayland-[egl|client|cursor] + libEGL
+# WAYLAND_FOUND - system has a libwayland-[egl|client|cursor] + libEGL + libxkbcommon
4
# WAYLAND_INCLUDE_DIR - where to find header files
5
# WAYLAND_LIBRARIES - the libraries to link against Wayland
6
@@ -11,5 +11,5 @@
11
# Use PkgConfig to find includes and libs
12
find_package(PkgConfig QUIET)
13
if (PKG_CONFIG_FOUND)
14
- PKG_CHECK_MODULES(WAYLAND QUIET wayland-egl wayland-cursor egl)
+ PKG_CHECK_MODULES(WAYLAND QUIET wayland-egl wayland-cursor egl xkbcommon)
15
endif ()
0 commit comments