From 18d3e1b644800a6fbf7cb58c9b462be276c61579 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 22 Feb 2010 15:55:33 +0000 Subject: [PATCH] dbus: Fixed X search and forced build without X.. --- dbus/Pkgfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dbus/Pkgfile b/dbus/Pkgfile index 2e4eba3..f5dfd95 100644 --- a/dbus/Pkgfile +++ b/dbus/Pkgfile @@ -7,7 +7,7 @@ name=dbus version=1.2.16 -release=1 +release=2 source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \ rc.dbus 30-dbus.launch) @@ -23,7 +23,8 @@ build() { --disable-static \ --with-dbus-user=messagebus \ --with-xml=expat \ - --with-system-pid-file=/var/run/$name/$name.pid + --with-system-pid-file=/var/run/$name/$name.pid \ + --without-x make make DESTDIR=$PKG install install -D -m 0755 $SRC/rc.dbus $PKG/etc/rc.d/dbus -- 2.26.2