From ece3f41adf366656835b648bbd00c8a00d166e79 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 12 Mar 2024 13:40:34 +0100 Subject: service.c: Hide indicator when running in Lomiri. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ccbb5aa..96b3d61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,8 @@ include (FindPkgConfig) pkg_check_modules(SERVICE_DEPS REQUIRED glib-2.0>=2.36 gio-2.0>=2.36 - gio-unix-2.0>=2.36) + gio-unix-2.0>=2.36 + libayatana-common>=0.9.3) include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) -- cgit v1.2.3