From 642b8860224faced6696fc182c0a487e83b5f121 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Mon, 28 Oct 2013 17:26:44 -0700 Subject: Depend on vala 0.20 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3