From 52bc89324e4c2c311a2ce2ead67a1ff97a5cf0a9 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 6 Aug 2023 17:44:44 +0200 Subject: Add remote session detection/termination fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/13 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c244c8..79cf868 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,8 @@ include (FindPkgConfig) pkg_check_modules (SERVICE REQUIRED libayatana-common>=0.9.2 glib-2.0>=2.36 - gio-unix-2.0>=2.36) + gio-unix-2.0>=2.36 + rda) include_directories (${SERVICE_INCLUDE_DIRS}) set (ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION}) -- cgit v1.2.3