mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 13:20:58 +00:00
wayland: fix pkg-config package name
wayland-egl also includes wayland-client
This commit is contained in:
parent
51208601a4
commit
8d1892cb89
@ -296,7 +296,7 @@ endif()
|
||||
#--------------------------------------------------------------------
|
||||
if (_GLFW_WAYLAND)
|
||||
find_package(Wayland REQUIRED)
|
||||
set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} wayland")
|
||||
set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} wayland-egl")
|
||||
|
||||
list(APPEND glfw_INCLUDE_DIRS ${WAYLAND_INCLUDE_DIR})
|
||||
list(APPEND glfw_LIBRARIES ${WAYLAND_LIBRARIES})
|
||||
|
Loading…
Reference in New Issue
Block a user