mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-08 23:20:18 +01:00
build: Make the DBUS_MACHINE_UUID_FILE correctly absolute
get_option('localstatedir') might be relative.
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
c2b2e0e728
commit
eefdbe86f8
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ config.set_quoted('DBUS_RUNSTATEDIR',
|
|||
get_option('localstatedir')
|
||||
)
|
||||
config.set_quoted('DBUS_MACHINE_UUID_FILE',
|
||||
get_option('localstatedir') / 'lib'/'dbus'/'machine-id'
|
||||
get_option('prefix') / get_option('localstatedir') / 'lib'/'dbus'/'machine-id'
|
||||
)
|
||||
config.set_quoted('DBUS_SYSTEM_CONFIG_FILE',
|
||||
get_option('prefix') / get_option('datadir') / 'dbus-1' / 'system.conf'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue