From 284da3fc55fb6e2beb6d0f9dd67b6e286d265ea3 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 3 May 2021 23:06:54 +0200 Subject: CMakeLists.txt: Require libayatana-common 0.9.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ecd4ff1..0ca8dbe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ pkg_check_modules(SERVICE_DEPS REQUIRED gio-2.0>=2.36 gio-unix-2.0>=2.36 libnotify>=0.7.6 - libayatana-common>=0.9.0) + libayatana-common>=0.9.1) include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) -- cgit v1.2.3