From a2a36676eb7265593098e4d22860d7fc50768221 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 24 Jun 2021 22:17:00 +0200 Subject: CMakeLists.txt: Add libayatana-common (>= 0.9.3) dependency. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 003df0b..dce8c96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ option (ENABLE_COVERAGE "Generate lcov code coverage reports." OFF) ## GNU standard installation directories ## +include (GNUInstallDirs) set (CMAKE_INSTALL_PKGLIBEXECDIR "${CMAKE_INSTALL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}") set (CMAKE_INSTALL_FULL_PKGLIBEXECDIR "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}") @@ -41,6 +42,7 @@ include (CheckIncludeFile) include (FindPkgConfig) pkg_check_modules (SERVICE_DEPS REQUIRED + libayatana-common>=0.9.3 glib-2.0>=2.36 gio-unix-2.0>=2.36 libical>=0.48 -- cgit v1.2.3