mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
dbus:
- various cleanups
This commit is contained in:
parent
f89b73c502
commit
9aaa2ecf96
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
$SCRIPTS/build toolchain
|
$SCRIPTS/build toolchain
|
||||||
$SCRIPTS/build expat
|
$SCRIPTS/build expat
|
||||||
# $SCRIPTS/build libX11
|
|
||||||
|
|
||||||
export ac_cv_have_abstract_sockets=set
|
export ac_cv_have_abstract_sockets=set
|
||||||
|
|
||||||
@ -33,15 +32,9 @@ cd $PKG_BUILD
|
|||||||
--disable-dnotify \
|
--disable-dnotify \
|
||||||
--enable-inotify \
|
--enable-inotify \
|
||||||
--with-xml=expat \
|
--with-xml=expat \
|
||||||
--without-x \
|
--without-x \
|
||||||
--with-dbus-user=dbus \
|
--with-dbus-user=dbus \
|
||||||
|
|
||||||
# --with-x \
|
|
||||||
# --with-session-socket-dir=/var/run/dbus \
|
|
||||||
# --with-test-socket-dir=/var/run/dbus \
|
|
||||||
# --with-system-pid-file=/var/run/dbus/pid \
|
|
||||||
# --with-system-socket=/var/run/dbus/system_bus_socket \
|
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
make -C dbus DESTDIR=$SYSROOT_PREFIX install
|
make -C dbus DESTDIR=$SYSROOT_PREFIX install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user