14 lines
615 B
Diff
14 lines
615 B
Diff
diff --git a/src/slic3r/CMakeLists.txt b/src/slic3r/CMakeLists.txt
|
|
index e695acd48..174e233e6 100644
|
|
--- a/src/slic3r/CMakeLists.txt
|
|
+++ b/src/slic3r/CMakeLists.txt
|
|
@@ -587,7 +587,7 @@ elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
|
FIND_LIBRARY(WAYLAND_EGL_LIBRARIES NAMES wayland-egl)
|
|
FIND_LIBRARY(WAYLAND_CLIENT_LIBRARIES NAMES wayland-client)
|
|
find_package(CURL REQUIRED)
|
|
- target_link_libraries(libslic3r_gui ${DBUS_LIBRARIES} OSMesa)
|
|
+ target_link_libraries(libslic3r_gui ${DBUS_LIBRARIES})
|
|
target_link_libraries(libslic3r_gui
|
|
OpenGL::EGL
|
|
${WAYLAND_SERVER_LIBRARIES}
|