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 | |
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
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 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}) diff --git a/debian/control b/debian/control index d6c52bf..eb9edff 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9.0), autotools-dev, valac (>= 0.20), libaccountsservice-dev, - libdbustest1-dev (>= 14.04.1), + libdbustest1-dev (>= 15.04.0), libgirepository1.0-dev, libglib2.0-dev (>= 2.22.3), libgtest-dev, |