diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 04389b9..2927b76 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -16,7 +16,14 @@ option( 'dbus', type: 'feature', value: 'auto', - description: 'Whether to build dbus service' + description: 'Whether to build D-Bus service' +) + +option( + 'dbus-system-user', + type: 'string', + value: 'root', + description: 'Which user should be used on D-Bus system session' ) option( @@ -87,4 +94,4 @@ option( type: 'boolean', value: true, description: 'Whether to build introspection support' -)
\ No newline at end of file +) |