diff options
author | Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> | 2014-09-18 05:26:26 -0300 |
---|---|---|
committer | Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> | 2014-09-18 05:26:26 -0300 |
commit | 1a84c82b98727da4cab72bd1b57c392c0ff3f04f (patch) | |
tree | 672b08277f2c60d54489471a84b7801ba656b433 /src/CMakeLists.txt | |
parent | 5bac1dc620f1499b6b2bf9d4b0371a5f2e530696 (diff) | |
download | ayatana-indicator-sound-1a84c82b98727da4cab72bd1b57c392c0ff3f04f.tar.gz ayatana-indicator-sound-1a84c82b98727da4cab72bd1b57c392c0ff3f04f.tar.bz2 ayatana-indicator-sound-1a84c82b98727da4cab72bd1b57c392c0ff3f04f.zip |
Adding support for setting volume per media roles (only used by touch atm)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 98bc7c4..3cab736 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,6 +21,7 @@ vala_init(indicator-sound-service accounts-service PACKAGES config + gee-1.0 gio-2.0 gio-unix-2.0 libxml-2.0 |