diff options
author | Ted Gould <ted@gould.cx> | 2014-03-24 15:02:25 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-03-24 15:02:25 +0000 |
commit | 7a312f2f03a0bc0c52ce8a6f834849d70233cf61 (patch) | |
tree | b7e124f7b3297dc0ea03e08052ae63a7d0d0acc6 /CMakeLists.txt | |
parent | 0aae819193bfd6dba02207c4513ccb038d412d4e (diff) | |
parent | 7d47058ef00b8aab6e7b58e20bd6e5fbcecdfc34 (diff) | |
download | ayatana-indicator-sound-7a312f2f03a0bc0c52ce8a6f834849d70233cf61.tar.gz ayatana-indicator-sound-7a312f2f03a0bc0c52ce8a6f834849d70233cf61.tar.bz2 ayatana-indicator-sound-7a312f2f03a0bc0c52ce8a6f834849d70233cf61.zip |
Export currently running player to Accounts Service
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ecd2f12..8c8d69c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,11 +40,19 @@ pkg_check_modules( gee-1.0 gio-2.0>=${GIO_2_0_REQUIRED_VERSION} gio-unix-2.0 + gthread-2.0 libxml-2.0 libnotify + accountsservice ) include_directories(${SOUNDSERVICE_INCLUDE_DIRS}) +pkg_check_modules( + TEST REQUIRED + dbustest-1 +) +include_directories(${TEST_INCLUDE_DIRS}) + find_package(Vala 0.20) find_package(GObjectIntrospection 0.9.12) |