diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |