diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-05-23 18:38:45 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-06-14 11:17:52 +0200 |
commit | ce5c20d2fa7e9c3e08c97643c77c7647bef79cd5 (patch) | |
tree | a32821aaa724b3f6770db8d672f228c33e328516 /conf | |
parent | 5b801a3e7b0465f88b785a155dd430ba09c56568 (diff) |
afm-user-daemon: Remove it by default
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: Ifccee49eb14ceff5f7a78fb299260918a585bf93
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/user/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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") |