aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-08-18 23:08:38 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-08-18 23:08:38 -0500
commita144696c42e5048083abbe6a08528ed57526fa07 (patch)
tree87031c44d7b8861055cb7c3cdb8df0a9b14aa10a /src/CMakeLists.txt
parent139454ce848864a96db9ff1acf0552060ca2bbd8 (diff)
parent2c77b7e18df874428b0ec9d65a6b3386915f60a3 (diff)
downloadayatana-indicator-datetime-a144696c42e5048083abbe6a08528ed57526fa07.tar.gz
ayatana-indicator-datetime-a144696c42e5048083abbe6a08528ed57526fa07.tar.bz2
ayatana-indicator-datetime-a144696c42e5048083abbe6a08528ed57526fa07.zip
use powerd for hardware wakeups
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a466a48..e583334 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -35,10 +35,8 @@ set (SERVICE_CXX_SOURCES
timezone-geoclue.cpp
timezones-live.cpp
utils.c
- wakeup-timer-mainloop.cpp)
-if (HAVE_UBUNTU_HW_ALARM_H)
- set (SERVICE_CXX_SOURCES ${SERVICE_CXX_SOURCES} wakeup-timer-uha.cpp)
-endif ()
+ wakeup-timer-mainloop.cpp
+ wakeup-timer-powerd.cpp)
# generated sources
include (GdbusCodegen)