dbus: build without xorg support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-02-09 21:15:17 +01:00
parent ac5fb842f4
commit 2877c38648
3 changed files with 5 additions and 8 deletions

View File

@ -48,7 +48,7 @@ mkdir -p .build-target && cd .build-target
--enable-dnotify \ --enable-dnotify \
--enable-inotify \ --enable-inotify \
--with-xml=expat \ --with-xml=expat \
--with-x \ --without-x \
--with-dbus-user=dbus \ --with-dbus-user=dbus \
make make

View File

@ -31,11 +31,8 @@ mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/.build-target/bus/dbus-daemon $INSTALL/usr/bin cp $PKG_BUILD/.build-target/bus/dbus-daemon $INSTALL/usr/bin
cp $PKG_BUILD/.build-target/tools/.libs/dbus-monitor $INSTALL/usr/bin cp $PKG_BUILD/.build-target/tools/.libs/dbus-monitor $INSTALL/usr/bin
cp $PKG_BUILD/.build-target/tools/.libs/dbus-uuidgen $INSTALL/usr/bin cp $PKG_BUILD/.build-target/tools/.libs/dbus-uuidgen $INSTALL/usr/bin
cp $PKG_BUILD/.build-target/tools/dbus-launch $INSTALL/usr/bin cp $PKG_BUILD/.build-target/tools/.libs/dbus-send $INSTALL/usr/bin
# cp $PKG_BUILD/.build-target/tools/dbus-launch $INSTALL/usr/bin
if [ "$DEVTOOLS" = yes ]; then
cp $PKG_BUILD/.build-target/tools/.libs/dbus-send $INSTALL/usr/bin
fi
mkdir -p $INSTALL/usr/lib mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/.build-target/dbus/.libs/libdbus-1.so* $INSTALL/usr/lib cp -P $PKG_BUILD/.build-target/dbus/.libs/libdbus-1.so* $INSTALL/usr/lib

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://dbus.freedesktop.org" PKG_SITE="http://dbus.freedesktop.org"
PKG_URL="http://dbus.freedesktop.org/releases/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://dbus.freedesktop.org/releases/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="expat libX11" PKG_DEPENDS="expat"
PKG_BUILD_DEPENDS="toolchain expat libX11" PKG_BUILD_DEPENDS="toolchain expat"
PKG_PRIORITY="required" PKG_PRIORITY="required"
PKG_SECTION="system" PKG_SECTION="system"
PKG_SHORTDESC="dbus: simple interprocess messaging system" PKG_SHORTDESC="dbus: simple interprocess messaging system"