mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 23:49:03 +08:00
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
deps/wxWidgets/wxWidgets.cmake
vendored
1
deps/wxWidgets/wxWidgets.cmake
vendored
@ -20,6 +20,7 @@ prusaslicer_add_cmake_project(wxWidgets
|
|||||||
${_wx_toolkit}
|
${_wx_toolkit}
|
||||||
"-DCMAKE_DEBUG_POSTFIX:STRING="
|
"-DCMAKE_DEBUG_POSTFIX:STRING="
|
||||||
-DwxBUILD_DEBUG_LEVEL=0
|
-DwxBUILD_DEBUG_LEVEL=0
|
||||||
|
-DwxUSE_MEDIACTRL=OFF
|
||||||
-DwxUSE_DETECT_SM=OFF
|
-DwxUSE_DETECT_SM=OFF
|
||||||
-DwxUSE_UNICODE=ON
|
-DwxUSE_UNICODE=ON
|
||||||
-DwxUSE_OPENGL=ON
|
-DwxUSE_OPENGL=ON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user