Skip to content
Snippets Groups Projects
Commit dd043d73 authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Use CMake threading variable for Wayland.

parent 6e0ea02f
No related merge requests found
......@@ -299,7 +299,7 @@ if (_GLFW_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)
list(APPEND glfw_LIBRARIES "${WAYLAND_LIBRARIES}" "${CMAKE_THREAD_LIBS_INIT}")
find_package(XKBCommon REQUIRED)
set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} xkbcommon")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment