From 6afbde41e01d0b01748f9623668158ccd8b51486 Mon Sep 17 00:00:00 2001 From: charles kerr Date: Tue, 29 Dec 2015 09:56:55 -0600 Subject: use the InfoNotification class --- src/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ba8f72a..92acc67 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -41,6 +41,13 @@ vala_init(indicator-sound-service vala_add(indicator-sound-service notification.vala ) +vala_add(indicator-sound-service + info-notification.vala + DEPENDS + notification + volume-control + options +) vala_add(indicator-sound-service warn-notification.vala DEPENDS @@ -52,6 +59,8 @@ vala_add(indicator-sound-service sound-menu volume-control volume-control-pulse + notification + info-notification volume-warning options options-gsettings -- cgit v1.2.3