diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-10 16:28:42 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-09-10 16:28:42 -0500 |
commit | e90e9f728dcac239eb8cab29170378c12d0b4702 (patch) | |
tree | 74a7f06ddba587473635cb156b6fdf6e1af0d67c /src/CMakeLists.txt | |
parent | dd89ffe37091001d94a6198fd30f65668ec4d810 (diff) | |
download | ayatana-indicator-power-e90e9f728dcac239eb8cab29170378c12d0b4702.tar.gz ayatana-indicator-power-e90e9f728dcac239eb8cab29170378c12d0b4702.tar.bz2 ayatana-indicator-power-e90e9f728dcac239eb8cab29170378c12d0b4702.zip |
first draft of non-blocking powerd/uscreen brightness impl
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9b3d815..f7efb80 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -5,9 +5,8 @@ add_definitions(-DG_LOG_DOMAIN="Indicator-Power") # handwritten sources set(SERVICE_MANUAL_SOURCES + brightness.c device-provider-upower.c - ib-brightness-control.c - ib-brightness-uscreen-control.c device-provider.c device.c notifier.c |