dbus: dont build with x11 support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-12 15:41:24 +01:00
parent 57b55aea96
commit b412475cbe
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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"