Skip to content

Commit

Permalink
Disable wxMediaCtrl in wxWidgets build
Browse files Browse the repository at this point in the history
We don't need it. Building on Linux causes problems with gstreamer.
fixes #5815, #6160
  • Loading branch information
tamasmeszaros committed Mar 9, 2021
1 parent 6d11c50 commit 158413f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/wxWidgets/wxWidgets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 158413f

@TheAndr0id
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have been added to the 2.3.x branch as well.

Please sign in to comment.