mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
dbus: dont build with x11 support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
57b55aea96
commit
b412475cbe
@ -42,13 +42,13 @@ mkdir -p .build-target && cd .build-target
|
||||
--disable-xml-docs \
|
||||
--disable-doxygen-docs \
|
||||
--enable-abstract-sockets \
|
||||
--enable-x11-autolaunch \
|
||||
--disable-x11-autolaunch \
|
||||
--disable-selinux \
|
||||
--disable-libaudit \
|
||||
--enable-dnotify \
|
||||
--enable-inotify \
|
||||
--with-xml=expat \
|
||||
--with-x \
|
||||
--without-x \
|
||||
--with-dbus-user=dbus \
|
||||
|
||||
make
|
||||
|
@ -25,8 +25,8 @@ 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="expat libX11"
|
||||
PKG_BUILD_DEPENDS="toolchain expat libX11"
|
||||
PKG_DEPENDS="expat"
|
||||
PKG_BUILD_DEPENDS="toolchain expat"
|
||||
PKG_PRIORITY="required"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="dbus: simple interprocess messaging system"
|
||||
|
Loading…
x
Reference in New Issue
Block a user