mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
dbus: remove dbus:host
This commit is contained in:
parent
2b6f5c16ab
commit
ebed09df46
@ -23,7 +23,6 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://dbus.freedesktop.org"
|
||||
PKG_URL="http://dbus.freedesktop.org/releases/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_HOST="expat:host"
|
||||
PKG_DEPENDS_TARGET="toolchain expat systemd"
|
||||
PKG_PRIORITY="required"
|
||||
PKG_SECTION="system"
|
||||
@ -54,17 +53,6 @@ PKG_CONFIGURE_OPTS_TARGET="export ac_cv_have_abstract_sockets=yes \
|
||||
--without-x \
|
||||
--with-dbus-user=dbus"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="--disable-verbose-mode \
|
||||
--disable-asserts \
|
||||
--disable-checks \
|
||||
--disable-tests \
|
||||
--disable-xml-docs \
|
||||
--disable-doxygen-docs"
|
||||
|
||||
post_makeinstall_host() {
|
||||
$ROOT/$TOOLCHAIN/bin/dbus-daemon --introspect > introspect.xml
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/etc/rc.d
|
||||
rm -rf $INSTALL/usr/lib/dbus-1.0/include
|
||||
|
Loading…
x
Reference in New Issue
Block a user