with udev rules and ev_calibrate

This commit is contained in:
Gwenhael Le Moine 2010-03-04 17:23:18 +07:00
parent a189e6bcd1
commit 4a18ee13e4

View file

@ -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