with udev rules and ev_calibrate
This commit is contained in:
parent
a189e6bcd1
commit
4a18ee13e4
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue