diff options
author | Matthias Klose <doko@ubuntu.com> | 2016-02-12 20:36:10 +0100 |
---|---|---|
committer | Marco Trevisan (TreviƱo) <mail@3v1n0.net> | 2016-02-12 20:36:10 +0100 |
commit | bc7ce3b8ef86cd4334739266bbe3e6670496b368 (patch) | |
tree | 85ba724d839e2d05a70d88ad8406b79fd0024969 /src/CMakeLists.txt | |
parent | 3df5a15f0c7924214c1ae5fbaa5eca32b5c2cd54 (diff) | |
download | ayatana-indicator-sound-bc7ce3b8ef86cd4334739266bbe3e6670496b368.tar.gz ayatana-indicator-sound-bc7ce3b8ef86cd4334739266bbe3e6670496b368.tar.bz2 ayatana-indicator-sound-bc7ce3b8ef86cd4334739266bbe3e6670496b368.zip |
Build using libgee-0.8-dev instead of libgee-dev
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 57bf539..ff03859 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,7 +21,7 @@ vala_init(indicator-sound-service accounts-service PACKAGES config - gee-1.0 + gee-0.8 gio-2.0 gio-unix-2.0 libxml-2.0 |