From 85b752c39eb47ee926f23e9d33a0990f6738e01a Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 25 Mar 2021 14:17:37 +0100 Subject: Move redundant code portions into libayatana-common and build against it. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ae45795..ecd4ff1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,8 @@ pkg_check_modules(SERVICE_DEPS REQUIRED glib-2.0>=2.36 gio-2.0>=2.36 gio-unix-2.0>=2.36 - libnotify>=0.7.6) + libnotify>=0.7.6 + libayatana-common>=0.9.0) include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) -- cgit v1.2.3