From 7803227f081df11869c218a732e24773052ca70f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 4 May 2021 21:49:18 +0200 Subject: CMakeLists.txt: Require libayatana-common (>= 0.9.2). --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c9a76fb..3291aae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,6 +31,7 @@ set (CMAKE_INSTALL_FULL_PKGLIBEXECDIR "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_ find_package (PkgConfig REQUIRED) include (FindPkgConfig) pkg_check_modules (SERVICE REQUIRED + libayatana-common>=0.9.2 glib-2.0>=2.36 gio-unix-2.0>=2.36) include_directories (${SERVICE_INCLUDE_DIRS}) -- cgit v1.2.3