Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2022-04-28 16:34:29 +0300
committertamasmeszaros <meszaros.q@gmail.com>2022-04-28 16:34:29 +0300
commit85cc19fde60fabad2c123a106dcb81217cae0771 (patch)
treee9cc7acbf9b99f93acd5f86bfdb3eb0c499bab9e
parenta580dfd877cb66d16ef04e38cf840accb42acdc5 (diff)
Add missing libraries for wxtm_wx3.1.6
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9e89e82f6..e6b3bb7fe 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -96,6 +96,7 @@ if (SLIC3R_GUI)
# libslic3r_gui will link to opengl anyway, so lets override wx
list(FILTER wxWidgets_LIBRARIES EXCLUDE REGEX OpenGL)
+ list(APPEND wxWidgets_LIBRARIES X11 wayland-client wayland-egl EGL)
# list(REMOVE_ITEM wxWidgets_LIBRARIES oleacc)
message(STATUS "wx libs: ${wxWidgets_LIBRARIES}")