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:
tamasmeszaros 2021-03-09 12:37:17 +01:00
parent 6d11c50ba5
commit 158413f4c4

View File

@ -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