X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson_options.txt;fp=meson_options.txt;h=77741745063e39bf8d60897d29a6174b56a2c4b4;hb=f20fa3f4f0a2698db38d993e3d0b86be58c41ef2;hp=ee1f8dc3b0b67d5c8d0bd70c7a36db37c8393f68;hpb=53f4fe700dee88cc9840a91f2f297aacf05e08d4;p=src%2Fdrm-lease-manager.git 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',