libraries/libinput: Remove libwacom leftover.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2018-05-07 09:35:20 +07:00 committed by Willy Sudiarto Raharjo
parent eba876d7d5
commit adfa95c29b
2 changed files with 1 additions and 10 deletions

View File

@ -9,5 +9,3 @@ code compositors need to provide the common set of functionality
that users expect. Input event processing includes scaling touch that users expect. Input event processing includes scaling touch
coordinates, generating pointer events from touchpads, pointer coordinates, generating pointer events from touchpads, pointer
acceleration, etc. acceleration, etc.
Optional dependency: libwacom

View File

@ -24,7 +24,7 @@
PRGNAM=libinput PRGNAM=libinput
VERSION=${VERSION:-1.10.6} VERSION=${VERSION:-1.10.6}
BUILD=${BUILD:-1} BUILD=${BUILD:-2}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
@ -54,13 +54,6 @@ else
LIBDIRSUFFIX="" LIBDIRSUFFIX=""
fi fi
wacom=`pkg-config --exists libwacom`
if [ $? -eq 0 ]; then
libwacom="--enable-libwacom"
else
libwacom="--disable-libwacom"
fi
set -e set -e
rm -rf $PKG rm -rf $PKG