diff options
author | Ted Gould <ted@gould.cx> | 2014-11-17 15:00:12 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-17 15:00:12 -0600 |
commit | 5b061aac08bfb1931b1a52eb8439937ff66d8d80 (patch) | |
tree | 9e333bb67e09db6cad251d955345fb91b6c2e572 /CMakeLists.txt | |
parent | 7a4321c81fc4eef57b9759aae9ce47b56797dccd (diff) | |
download | ayatana-indicator-sound-5b061aac08bfb1931b1a52eb8439937ff66d8d80.tar.gz ayatana-indicator-sound-5b061aac08bfb1931b1a52eb8439937ff66d8d80.tar.bz2 ayatana-indicator-sound-5b061aac08bfb1931b1a52eb8439937ff66d8d80.zip |
Increasing dbustest requirement to 15.04.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c8d69c..c1fbb8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ include_directories(${SOUNDSERVICE_INCLUDE_DIRS}) pkg_check_modules( TEST REQUIRED - dbustest-1 + dbustest-1>=15.04.0 ) include_directories(${TEST_INCLUDE_DIRS}) |