Skip to content

Commit

Permalink
Fix error in setting dbus system directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 15, 2024
1 parent cac7368 commit 9edce90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ option(
option(
'with-dbus-daemon',
type: 'string',
value: '/bin/dbus/daemon',
value: '',
description: 'Path to DBus daemon',
)
option(
'with-dbus-sysconf-dir',
type: 'string',
value: 'prefix/etc/dbus-1/system.d',
value: '',
description: 'Path to dbus system bus security configuration directory',
)
option(
Expand Down

0 comments on commit 9edce90

Please sign in to comment.