CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dbus: Fixed X search and forced build without X..
authorVictor Martinez <pitillo@ono.com>
Mon, 22 Feb 2010 15:55:33 +0000 (15:55 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 22 Feb 2010 15:55:47 +0000 (15:55 +0000)
dbus/Pkgfile

index 2e4eba33764442207a5d3e66ba1ec07a3ce70e81..f5dfd95c91cd3727e65a6c67a8b170838674c01a 100644 (file)
@@ -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