dbus: build with X11 support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-05-16 12:59:53 +02:00
parent 8fa94cac55
commit 87548e2fbb
2 changed files with 4 additions and 3 deletions

View File

@ -42,12 +42,13 @@ mkdir -p .build-target && cd .build-target
--disable-xml-docs \
--disable-doxygen-docs \
--enable-abstract-sockets \
--enable-x11-autolaunch \
--disable-selinux \
--disable-libaudit \
--enable-dnotify \
--enable-inotify \
--with-xml=expat \
--without-x \
--with-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"
PKG_BUILD_DEPENDS="toolchain expat"
PKG_DEPENDS="expat libX11"
PKG_BUILD_DEPENDS="toolchain expat libX11"
PKG_PRIORITY="required"
PKG_SECTION="system"
PKG_SHORTDESC="dbus: simple interprocess messaging system"