File tree Expand file tree Collapse file tree 2 files changed +133
-148
lines changed Expand file tree Collapse file tree 2 files changed +133
-148
lines changed Original file line number Diff line number Diff line change 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#
1111# Use PkgConfig to find includes and libs
1212find_package (PkgConfig QUIET )
1313if (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 )
1515endif ()
You can’t perform that action at this time.
0 commit comments