From bc9f9f5c64648f0385727e64fc18b5abd0afeb21 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 27 Aug 2015 16:07:19 +0100 Subject: under unity8 start system-settings instead unity-control-center --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ed483b..72d9a5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,8 @@ find_package (PkgConfig REQUIRED) include (FindPkgConfig) pkg_check_modules (SERVICE REQUIRED glib-2.0>=2.36 - gio-unix-2.0>=2.36) + gio-unix-2.0>=2.36 + url-dispatcher-1>=1) include_directories (${SERVICE_INCLUDE_DIRS}) set (CC_WARNING_ARGS " -Wall -pedantic -Wextra -Wno-missing-field-initializers") -- cgit v1.2.3