Some flatpak fixing (#5510)

* Use fixed commit for wxwidgets

* disable cache

* Fix imports

* revert some build stuff

* fix python builds

* Don't build OCCT docs, a constexpr borks flatpak

* fix thread import

* Fix import

* Fix import again

* remove git commit

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
Aidan
2024-07-10 11:07:55 -05:00
committed by GitHub
parent 93ec1dd7ee
commit 657954901f
8 changed files with 45 additions and 22 deletions

View File

@@ -580,6 +580,10 @@ target_link_libraries(libslic3r
opencv_world
)
if(NOT SLIC3R_STATIC)
target_compile_definitions(libslic3r PUBLIC BOOST_ALL_DYN_LINK)
endif()
if(NOT WIN32)
target_link_libraries(libslic3r freetype)
if (NOT APPLE)