aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-02-04 13:00:22 -0600
committerCharles Kerr <charles.kerr@canonical.com>2014-02-04 13:00:22 -0600
commit61581201f13509fbce9eb05fc90a5da17307c6a3 (patch)
tree75adcfe01936ed16d2958dfdbd657352be23aef5 /CMakeLists.txt
parent61accb9ce497e1f1cbe8038ac495d66d6a4505ff (diff)
downloadayatana-indicator-datetime-61581201f13509fbce9eb05fc90a5da17307c6a3.tar.gz
ayatana-indicator-datetime-61581201f13509fbce9eb05fc90a5da17307c6a3.tar.bz2
ayatana-indicator-datetime-61581201f13509fbce9eb05fc90a5da17307c6a3.zip
Add audio notitication when the alarm is triggered. Add a manual test to tests/ to trigger a snap decision.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ab8cca4..3e6a810 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,6 +38,7 @@ pkg_check_modules (SERVICE_DEPS REQUIRED
libical>=0.48
libecal-1.2>=3.5
libedataserver-1.2>=3.5
+ libcanberra>=0.12
libnotify>=0.7.6
url-dispatcher-1>=1
properties-cpp>=0.0.1)