mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00: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:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user