Skip to content

Commit 5e98920

Browse files
authored
Update CMakeLists.txt
1 parent 220fd91 commit 5e98920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ if (SLIC3R_GUI)
4242
endif()
4343

4444
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
45+
pkg_check_modules(LIBX11 REQUIRED x11>=1.8)
4546
set (wxWidgets_CONFIG_OPTIONS "--toolkit=gtk${SLIC3R_GTK}")
4647
if (SLIC3R_WX_STABLE)
4748
find_package(wxWidgets 3.0 REQUIRED COMPONENTS base core adv html gl aui net media webview)

0 commit comments

Comments
 (0)