aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-11-17 15:00:12 -0600
committerTed Gould <ted@gould.cx>2014-11-17 15:00:12 -0600
commit5b061aac08bfb1931b1a52eb8439937ff66d8d80 (patch)
tree9e333bb67e09db6cad251d955345fb91b6c2e572 /CMakeLists.txt
parent7a4321c81fc4eef57b9759aae9ce47b56797dccd (diff)
downloadayatana-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.txt2
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})