From 828efa11e73a26c8f9669bc9d2502d68bd27a785 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 23 May 2019 18:38:45 +0200 Subject: afm-user-daemon: Remove it by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The daemon afm-user-daemon is deprecated. To be cleaner, it is removed from the compilation and the installation. It is still kept a again for little time in the unexpected case where it could be useful to compile it. Bug-AGL: SPEC-2437 Change-Id: I164de87dd006570671543204dab5233fca40e538 Signed-off-by: José Bollo --- conf/user/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/user/CMakeLists.txt') diff --git a/conf/user/CMakeLists.txt b/conf/user/CMakeLists.txt index d552a72..a8d72dc 100644 --- a/conf/user/CMakeLists.txt +++ b/conf/user/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 2.8) -if(NOT USE_SDK) +if(NOT USE_SDK AND LEGACY_USER_DAEMON) configure_file(afm-user-daemon.service.in afm-user-daemon.service) set(SYSCONFDIR_DBUS_USER ${CMAKE_INSTALL_SYSCONFDIR}/dbus-1/session.d CACHE STRING "Path to dbus session configuration files") -- cgit 1.2.3-korg