diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2014-08-18 23:08:38 -0500 |
|---|---|---|
| committer | Charles Kerr <charles.kerr@canonical.com> | 2014-08-18 23:08:38 -0500 |
| commit | a144696c42e5048083abbe6a08528ed57526fa07 (patch) | |
| tree | 87031c44d7b8861055cb7c3cdb8df0a9b14aa10a /src/CMakeLists.txt | |
| parent | 139454ce848864a96db9ff1acf0552060ca2bbd8 (diff) | |
| parent | 2c77b7e18df874428b0ec9d65a6b3386915f60a3 (diff) | |
| download | ayatana-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.txt | 6 |
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) |
