From 0638d3d13063030e6c259ded3a9041b49269a45d Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 3 Dec 2023 23:11:35 +0100 Subject: CMakeLists.txt: Add accountsservice dependency --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7010e20..0292fef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,7 @@ if (ENABLE_LOMIRI_FEATURES) endif () if (ENABLE_COLOR_TEMP) - list (APPEND SERVICE_DEPS libgeoclue-2.0) + list (APPEND SERVICE_DEPS libgeoclue-2.0 accountsservice) add_definitions (-DCOLOR_TEMP_ENABLED) endif () -- cgit v1.2.3