Fixed Wayland EGL pkg-config module name.

The wayland-egl module also includes wayland-client.

Fixes #317.
This commit is contained in:
Ricardo Vieira 2014-06-28 17:36:17 +01:00 committed by Camilla Berglund
parent 76f78cf123
commit 3eae79f6e0

View File

@ -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} -pthread)