From 2917eae3ddf1bf5d47507f600cb673656d5fdbf1 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 12 Jul 2018 09:26:41 +0200 Subject: [PATCH] fix(cmake_builder): remove DBus option for single instance --- cmake_builder/CMakeLists.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/cmake_builder/CMakeLists.txt b/cmake_builder/CMakeLists.txt index 7ce601e80..26b117378 100644 --- a/cmake_builder/CMakeLists.txt +++ b/cmake_builder/CMakeLists.txt @@ -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()