--- a/meson_options.txt	2021-06-07 19:22:20.945443791 +0800
+++ b/meson_options.txt	2021-06-07 19:24:54.202639206 +0800
@@ -6,6 +6,10 @@
     description: 'Generate the man files',
     type: 'boolean',
     value: true)
+option('libsystemd',
+    description: 'Libsystemd provider (libsystemd or libelogind)',
+    type: 'string',
+    value: 'libsystemd')
 option('systemd_system_unit_dir',
     description: 'Directory for systemd service files',
     type: 'string')
@@ -19,3 +23,7 @@
     type: 'boolean',
     value: false,
     description: 'Use gtk-doc to build documentation')
+option('test',
+    type: 'feature',
+    value: 'disabled',
+    description: 'Enable tests')
\ No newline at end of file
