From 4a18ee13e42618085599b9f584b6dc47b44b1248 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Thu, 4 Mar 2010 17:23:18 +0700 Subject: [PATCH] with udev rules and ev_calibrate --- x/xf86-input-evtouch/xf86-input-evtouch.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x/xf86-input-evtouch/xf86-input-evtouch.SlackBuild b/x/xf86-input-evtouch/xf86-input-evtouch.SlackBuild index 4e31498b..8e4d6caa 100755 --- a/x/xf86-input-evtouch/xf86-input-evtouch.SlackBuild +++ b/x/xf86-input-evtouch/xf86-input-evtouch.SlackBuild @@ -47,13 +47,16 @@ CPPFLAGS="$SLCKFLAGS" \ ./configure \ --prefix=$PREFIX \ --mandir=$PREFIX/man \ - --libdir=$PREFIX/lib$(echo "$ARCH" | grep -o "64") + --libdir=$PREFIX/lib$(echo "$ARCH" | grep -o "64") \ + --enable-udevinstall \ + --enable-evcalibrate # compilation make -j3 PREFIX=$PREFIX # installation make install DESTDIR=$PKG +mv $PKG$PREFIX/lib$(echo "$ARCH" | grep -o "64")/xf86-input-evtouch/ $PKG$PREFIX/bin # correction cd $PKG