mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
connman: dbus: Use non-deprecated installation path
Quoting from D-Bus 1.14.0 release notes: > Third-party software should install default dbus policies for the system > bus into ${datadir}/dbus-1/system.d (this has been supported since dbus > 1.10, released in August 2015). Installing default dbus policies in > ${sysconfdir}/dbus-1/system.d is now considered to be deprecated. https://gitlab.freedesktop.org/dbus/dbus/-/blob/dbus-1.14.0/NEWS#L45-51
This commit is contained in:
parent
e7215dd963
commit
19fa111107
@ -40,7 +40,7 @@ PKG_CONFIGURE_OPTS_TARGET="--srcdir=.. \
|
||||
--disable-stats \
|
||||
--enable-client \
|
||||
--enable-datafiles \
|
||||
--with-dbusconfdir=/etc \
|
||||
--with-dbusconfdir=/usr/share \
|
||||
--with-systemdunitdir=/usr/lib/systemd/system \
|
||||
--disable-silent-rules \
|
||||
--disable-wifi \
|
||||
|
Loading…
x
Reference in New Issue
Block a user