mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dbus: remove package 'dbus:bootstrap'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
568a02c01b
commit
4cdbc33bab
@ -25,7 +25,6 @@ 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_DEPENDS_BOOTSTRAP="toolchain expat"
|
||||
PKG_PRIORITY="required"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="dbus: simple interprocess messaging system"
|
||||
@ -62,26 +61,6 @@ PKG_CONFIGURE_OPTS_HOST="--disable-verbose-mode \
|
||||
--disable-xml-docs \
|
||||
--disable-doxygen-docs"
|
||||
|
||||
PKG_CONFIGURE_OPTS_BOOTSTRAP="export ac_cv_have_abstract_sockets=yes \
|
||||
--libexecdir=/usr/lib/dbus \
|
||||
--disable-verbose-mode \
|
||||
--disable-asserts \
|
||||
--disable-checks \
|
||||
--disable-tests \
|
||||
--disable-ansi \
|
||||
--disable-xml-docs \
|
||||
--disable-doxygen-docs \
|
||||
--enable-abstract-sockets \
|
||||
--disable-x11-autolaunch \
|
||||
--disable-selinux \
|
||||
--disable-libaudit \
|
||||
--disable-systemd \
|
||||
--enable-dnotify \
|
||||
--enable-inotify \
|
||||
--with-xml=expat \
|
||||
--without-x \
|
||||
--with-dbus-user=dbus"
|
||||
|
||||
post_makeinstall_host() {
|
||||
$ROOT/$TOOLCHAIN/bin/dbus-daemon --introspect > introspect.xml
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user