Enable custom webrtc build on all platforms.
This commit is contained in:
parent
9b1ed3965b
commit
3a7b44d038
1 changed files with 1 additions and 6 deletions
|
|
@ -26,14 +26,9 @@ if (DESKTOP_APP_SPECIAL_TARGET STREQUAL ""
|
|||
set(disable_autoupdate 1)
|
||||
endif()
|
||||
|
||||
set(webrtc_not_supported 0)
|
||||
if (LINUX AND CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
set(webrtc_not_supported 1)
|
||||
endif()
|
||||
|
||||
option(DESKTOP_APP_LOTTIE_USE_CACHE "Use caching in lottie animations." ON)
|
||||
option(DESKTOP_APP_DISABLE_DBUS_INTEGRATION "Disable all code for D-Bus integration (Linux only)." OFF)
|
||||
option(DESKTOP_APP_DISABLE_WEBRTC_INTEGRATION "Disable all code for WebRTC integration." ${webrtc_not_supported})
|
||||
option(DESKTOP_APP_DISABLE_WEBRTC_INTEGRATION "Disable all code for WebRTC integration." OFF)
|
||||
option(DESKTOP_APP_USE_GLIBC_WRAPS "Use wraps for new GLIBC features." ${linux_special_target})
|
||||
option(DESKTOP_APP_USE_PACKAGED "Find libraries using CMake instead of exact paths." ${no_special_target})
|
||||
option(DESKTOP_APP_USE_PACKAGED_LAZY "Bundle recommended Qt plugins for self-contained packages. (Linux only)" OFF)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue