summaryrefslogtreecommitdiffstats
path: root/base/dbus/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/dbus/Pkgfile')
-rwxr-xr-xbase/dbus/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/base/dbus/Pkgfile b/base/dbus/Pkgfile
index 55ebbe3d9..cacffdb9f 100755
--- a/base/dbus/Pkgfile
+++ b/base/dbus/Pkgfile
@@ -2,9 +2,11 @@
# URL: http://dbus.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libx11
+
name=dbus
version=1.4.8
-release=4
+release=5
source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \
session-local.conf \
http://nutyx.meticul.eu/files/patchs/$name/dbus-1.4.8-tmpfs-1.patch)
@@ -14,7 +16,7 @@ build() {
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
cd $name-$version
- ./configure --prefix=/usr \
+ ./configure --prefix=/usr --with-x \
--libexecdir=/usr/lib/dbus-1.0 \
--localstatedir=/var \
--sysconfdir=/etc \