aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-10-28 17:26:44 -0700
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-10-28 17:26:44 -0700
commit642b8860224faced6696fc182c0a487e83b5f121 (patch)
treeb9d6091fb7ef7224140dca94e52c8c212c42cd2a /CMakeLists.txt
parenta440eb1df8296a6b431613ec03aac94db38292c6 (diff)
downloadayatana-indicator-sound-642b8860224faced6696fc182c0a487e83b5f121.tar.gz
ayatana-indicator-sound-642b8860224faced6696fc182c0a487e83b5f121.tar.bz2
ayatana-indicator-sound-642b8860224faced6696fc182c0a487e83b5f121.zip
Depend on vala 0.20
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 798a0fb..837d9ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,7 @@ pkg_check_modules(
)
include_directories(${SOUNDSERVICE_INCLUDE_DIRS})
-find_package(Vala 0.18)
+find_package(Vala 0.20)
find_package(GObjectIntrospection 0.9.12)