mirror of
https://github.com/glfw/glfw.git
synced 2025-04-07 22:43:06 +00:00
Fixed name of xkbcommon pkg-config module.
This commit is contained in:
parent
2230a68e42
commit
76f78cf123
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ if (_GLFW_WAYLAND)
|
|||
list(APPEND glfw_LIBRARIES ${WAYLAND_LIBRARIES} -pthread)
|
||||
|
||||
find_package(XKBCommon REQUIRED)
|
||||
set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} libxkbcommon")
|
||||
set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} xkbcommon")
|
||||
list(APPEND glfw_INCLUDE_DIRS ${XKBCOMMON_INCLUDE_DIRS})
|
||||
list(APPEND glfw_LIBRARIES ${XKBCOMMON_LIBRARY})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue