diff options
author | Pete Woods <pete.woods@canonical.com> | 2016-12-07 16:52:01 +0000 |
---|---|---|
committer | Pete Woods <pete.woods@canonical.com> | 2016-12-07 16:52:01 +0000 |
commit | 0395e394c6b3656364ca7f1f4dab6e09a83d9f7f (patch) | |
tree | 04ed54a9370a41f7a13238fa3052266ff67ba654 | |
parent | 0dbe1c03ee413ac354d2702dc3d36925a5c0d301 (diff) | |
download | ayatana-indicator-sound-0395e394c6b3656364ca7f1f4dab6e09a83d9f7f.tar.gz ayatana-indicator-sound-0395e394c6b3656364ca7f1f4dab6e09a83d9f7f.tar.bz2 ayatana-indicator-sound-0395e394c6b3656364ca7f1f4dab6e09a83d9f7f.zip |
Compatibility with unversioned cmake-extras modules
-rw-r--r-- | data/CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 9bee68b..50ed054 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,5 +1,5 @@ -include(UseGSettings) +find_package(GSettings) ########################### # Indicator service diff --git a/debian/control b/debian/control index 7358c87..bd5fd91 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> XSBC-Original-Maintainer: Conor Curran <conor.curran@canonical.com> Build-Depends: debhelper (>= 9.0), - cmake, + cmake (>= 0.10), cmake-extras (>= 0.4), dbus, dbus-test-runner (>> 14.04.0+14.04.20150120.1), |