mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 06:08:07 +00:00
fix(cmake_builder): remove DBus option for single instance
This commit is contained in:
parent
faf48a25b3
commit
2917eae3dd
1 changed files with 2 additions and 6 deletions
|
|
@ -22,12 +22,8 @@
|
|||
|
||||
lcb_define_target("linphoneqt" "linphone" "ms2plugins")
|
||||
|
||||
lcb_blacklist_dependencies("libxsd" "soci") # linphone do not need them for the moment
|
||||
lcb_blacklist_dependencies("libxsd" "soci") # linphone do not need them for the moment.
|
||||
|
||||
if(NOT WIN32 AND NOT APPLE)
|
||||
lcb_blacklist_dependencies("turbo-jpeg") # turbo-jpeg is already provided by Qt5 so do not build it
|
||||
endif()
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
lcb_add_option("DBus" "Enable handling of single application instance via DBus." OFF)
|
||||
lcb_blacklist_dependencies("turbo-jpeg") # turbo-jpeg is already provided by Qt5 so do not build it.
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue