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 \
|
./configure \
|
||||||
--prefix=$PREFIX \
|
--prefix=$PREFIX \
|
||||||
--mandir=$PREFIX/man \
|
--mandir=$PREFIX/man \
|
||||||
--libdir=$PREFIX/lib$(echo "$ARCH" | grep -o "64")
|
--libdir=$PREFIX/lib$(echo "$ARCH" | grep -o "64") \
|
||||||
|
--enable-udevinstall \
|
||||||
|
--enable-evcalibrate
|
||||||
|
|
||||||
# compilation
|
# compilation
|
||||||
make -j3 PREFIX=$PREFIX
|
make -j3 PREFIX=$PREFIX
|
||||||
|
|
||||||
# installation
|
# installation
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
mv $PKG$PREFIX/lib$(echo "$ARCH" | grep -o "64")/xf86-input-evtouch/ $PKG$PREFIX/bin
|
||||||
|
|
||||||
# correction
|
# correction
|
||||||
cd $PKG
|
cd $PKG
|
||||||
|
|
Loading…
Add table
Reference in a new issue