mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Fixed name of xkbcommon pkg-config module.
This commit is contained in:
parent
2230a68e42
commit
76f78cf123
@ -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…
Reference in New Issue
Block a user