We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220fd91 commit 5e98920Copy full SHA for 5e98920
src/CMakeLists.txt
@@ -42,6 +42,7 @@ if (SLIC3R_GUI)
42
endif()
43
44
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
45
+ pkg_check_modules(LIBX11 REQUIRED x11>=1.8)
46
set (wxWidgets_CONFIG_OPTIONS "--toolkit=gtk${SLIC3R_GTK}")
47
if (SLIC3R_WX_STABLE)
48
find_package(wxWidgets 3.0 REQUIRED COMPONENTS base core adv html gl aui net media webview)
0 commit comments