summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2022-06-05 23:40:12 +0900
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2022-06-08 07:20:41 +0900
commitf20fa3f4f0a2698db38d993e3d0b86be58c41ef2 (patch)
tree5a0f76468cd96fe5f4112e213d81c376db95a7f8 /meson_options.txt
parent53f4fe700dee88cc9840a91f2f297aacf05e08d4 (diff)
The drm-lease-manager create unix domain socket file to provide lease to lease client. In typical case, this file must be create before client boot up. But existing drm-lease-manager couldn't keep that sequence because that support startup ordering only using systemd service dependency. This patch add systemd notify support to realize more strictly ordaining. Bug-AGL: SPEC-4427 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: Icaad6c9df0696a48b9534c7586be7949a874f9a5
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ee1f8dc..7774174 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -10,6 +10,12 @@ option('enable-tests',
description: 'Build unit tests'
)
+option('enable-systemd',
+ type: 'boolean',
+ value: false,
+ description: 'Systemd notify support'
+)
+
option('runtime_subdir',
type: 'string',
value: 'run/drm-lease-manager',