Disable wxMediaCtrl in wxWidgets build
We don't need it. Building on Linux causes problems with gstreamer. fixes #5815, #6160
This commit is contained in:
parent
6d11c50ba5
commit
158413f4c4
1 changed files with 1 additions and 0 deletions
1
deps/wxWidgets/wxWidgets.cmake
vendored
1
deps/wxWidgets/wxWidgets.cmake
vendored
|
@ -20,6 +20,7 @@ prusaslicer_add_cmake_project(wxWidgets
|
|||
${_wx_toolkit}
|
||||
"-DCMAKE_DEBUG_POSTFIX:STRING="
|
||||
-DwxBUILD_DEBUG_LEVEL=0
|
||||
-DwxUSE_MEDIACTRL=OFF
|
||||
-DwxUSE_DETECT_SM=OFF
|
||||
-DwxUSE_UNICODE=ON
|
||||
-DwxUSE_OPENGL=ON
|
||||
|
|
Loading…
Reference in a new issue