Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2017-07-23 21:58:00 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-12-14 13:19:25 +0300
commit1cedb1919f29a59f723736106dd6870a298b89de (patch)
treedddabdb7a1558cd1d442fc5f267c4dd560f33924 /CMakeLists.txt
parent09fa5966da2d88dd87d90e2e04a38d2d4cad1c5d (diff)
Integrate libcloudproviders support
This commit integrates support for libcloudproviders desktop integration API. If build with the library it will check on startup if the DBus interface is available and then use it instead of the legacy status icon. Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 67fef50e2..a4bb50cb9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -200,6 +200,9 @@ if(BUILD_CLIENT)
endif()
find_package(ZLIB REQUIRED)
+ find_package(GLib2)
+ find_package(Gio)
+ find_package(Libcloudproviders)
endif()
if (NOT DEFINED APPLICATION_ICON_NAME)