From d6c09e65f1386e97e620b5fe972b96b1b2d207f4 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 25 Aug 2021 22:38:17 +0200 Subject: Replace code with libayatana-common functions - CMakeLists.txt: Add libayatana-common build dependency - src/CMakeLists.txt: Add AyatanaCommon package to ayatana-indicator-sound-service - src/service.vala: Replace local code with libayatana-common functions - vapi/lomiri-url-dispatcher.vapi: Drop file --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 760983b..e83d738 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,6 +66,7 @@ pkg_check_modules( libxml-2.0 libnotify accountsservice + libayatana-common ) include_directories(${SOUNDSERVICE_INCLUDE_DIRS}) -- cgit v1.2.3