diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-30 10:52:30 +0000 |
|---|---|---|
| committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-07-30 10:52:30 +0000 |
| commit | b4f91b1d69a66c2d3e97feeed357243ddfda451f (patch) | |
| tree | 90e88aefae6fc2eeb49ad4afed75b1f8d2788e6a /src/CMakeLists.txt | |
| parent | 967a5479db7d280255f669102f045076e09420d8 (diff) | |
| parent | b46ec7d0cc35d10197a1a91f473e0a655188f6eb (diff) | |
| download | ayatana-indicator-power-b4f91b1d69a66c2d3e97feeed357243ddfda451f.tar.gz ayatana-indicator-power-b4f91b1d69a66c2d3e97feeed357243ddfda451f.tar.bz2 ayatana-indicator-power-b4f91b1d69a66c2d3e97feeed357243ddfda451f.zip | |
Add low-battery notifications. Fixes: 1317858, 1317860
Approved by: PS Jenkins bot, Lars Uebernickel
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a39b945..7a4a297 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,6 +10,7 @@ set(SERVICE_MANUAL_SOURCES ib-brightness-uscreen-control.c device-provider.c device.c + notifier.c service.c) # generated sources @@ -19,6 +20,10 @@ add_gdbus_codegen_with_namespace(SERVICE_GENERATED_SOURCES dbus-upower org.freedesktop Dbus ${CMAKE_CURRENT_SOURCE_DIR}/org.freedesktop.UPower.xml) +add_gdbus_codegen_with_namespace(SERVICE_GENERATED_SOURCES dbus-battery + com.canonical.indicator.power + Dbus + ${CMAKE_SOURCE_DIR}/data/com.canonical.indicator.power.Battery.xml) # add the bin dir to our include path so the code can find the generated header files include_directories(${CMAKE_CURRENT_BINARY_DIR}) |
