diff options
Diffstat (limited to 'extra/lxdm/Pkgfile')
-rw-r--r-- | extra/lxdm/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/lxdm/Pkgfile b/extra/lxdm/Pkgfile index fcef839d9..dfaaa2c3c 100644 --- a/extra/lxdm/Pkgfile +++ b/extra/lxdm/Pkgfile @@ -2,14 +2,14 @@ # URL: http://sourceforge.net/projects/lxdm/ # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: gtk, consolekit, xorg-server +# Depends on: xorg-libxinerama, xorg-libxrandr, xorg-libxcursor, xorg-libxdamage, gtk, consolekit # Run on: name=lxdm version=0.3.0 release=2 source=(http://downloads.sourceforge.net/project/lxdm/lxdm%20${version}/$name-$version.tar.gz - lxdm-Xsession.patch lxdm.patch lxdm-pam.patch lxdm-deamon) + lxdm-Xsession.patch lxdm.patch lxdm-pam.patch ) build() { cd $name-$version @@ -24,7 +24,6 @@ build() { make DESTDIR=$PKG install install -m644 $SRC/lxdm-pam.patch $PKG/etc/pam.d/lxdm - install -Dm755 $SRC/lxdm-deamon $PKG/etc/rc.d/init.d/lxdm mkdir -p $PKG/var/run/lxdm mkdir -p $PKG/var/lib/lxdm |