Add systemd notify support
[src/drm-lease-manager.git] / meson_options.txt
index ee1f8dc..7774174 100644 (file)
@@ -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',