Skip to content

Commit b5f9144

Browse files
committed
updated to support multiple cursor shapes and XKB-based keyboard mapping
1 parent e99ae14 commit b5f9144

File tree

2 files changed

+133
-148
lines changed

2 files changed

+133
-148
lines changed

CMakeModules/FindWayland.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Find Wayland development libraries & headers for wayland-egl & wayland-cursor & EGL
1+
# Find Wayland development libraries & headers for wayland-egl & wayland-cursor & EGL & XKBcommon
22
#
3-
# WAYLAND_FOUND - system has a libwayland-[egl|client|cursor] + libEGL
3+
# WAYLAND_FOUND - system has a libwayland-[egl|client|cursor] + libEGL + libxkbcommon
44
# WAYLAND_INCLUDE_DIR - where to find header files
55
# WAYLAND_LIBRARIES - the libraries to link against Wayland
66
#
@@ -11,5 +11,5 @@
1111
# Use PkgConfig to find includes and libs
1212
find_package(PkgConfig QUIET)
1313
if (PKG_CONFIG_FOUND)
14-
PKG_CHECK_MODULES(WAYLAND QUIET wayland-egl wayland-cursor egl)
14+
PKG_CHECK_MODULES(WAYLAND QUIET wayland-egl wayland-cursor egl xkbcommon)
1515
endif ()

0 commit comments

Comments
 (0)