libraries/libinput: Remove libwacom leftover.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eba876d7d5
commit
adfa95c29b
|
@ -9,5 +9,3 @@ code compositors need to provide the common set of functionality
|
|||
that users expect. Input event processing includes scaling touch
|
||||
coordinates, generating pointer events from touchpads, pointer
|
||||
acceleration, etc.
|
||||
|
||||
Optional dependency: libwacom
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=libinput
|
||||
VERSION=${VERSION:-1.10.6}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -54,13 +54,6 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
wacom=`pkg-config --exists libwacom`
|
||||
if [ $? -eq 0 ]; then
|
||||
libwacom="--enable-libwacom"
|
||||
else
|
||||
libwacom="--disable-libwacom"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
|
|
Loading…
Reference in New Issue