diff options
author | tnut <tnut at nutyx dot com> | 2011-06-20 23:54:41 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-06-20 23:54:41 +0200 |
commit | f33c681933c2b6c4854b64b1058615237a9c57fb (patch) | |
tree | aca9286bc6c6fc6ced7790e9643ec7314c518c6f /base/dbus | |
parent | 0f5fbb709da7697a38aa1c6c6fe64844117d60ee (diff) | |
download | nutyx-extra-f33c681933c2b6c4854b64b1058615237a9c57fb.tar.gz nutyx-extra-f33c681933c2b6c4854b64b1058615237a9c57fb.tar.bz2 nutyx-extra-f33c681933c2b6c4854b64b1058615237a9c57fb.tar.xz nutyx-extra-f33c681933c2b6c4854b64b1058615237a9c57fb.zip |
dbus, compiler avec support x11, merci à piernov
Diffstat (limited to 'base/dbus')
-rwxr-xr-x | base/dbus/Pkgfile | 6 |
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 \ |