libraries/libinput: Updated script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2018-05-29 07:37:56 +07:00 committed by Willy Sudiarto Raharjo
parent 2c0a9b5d1e
commit 376d8827f6
1 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=libinput
VERSION=${VERSION:-1.10.7}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -69,7 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
meson --prefix $PKG/usr build -Ddebug-gui="false" -Dtests="false"
meson --prefix $PKG/usr build -Ddebug-gui="false" -Dtests="false" \
-Dudev-dir="$PKG/lib/udev"
ninja -C build all install
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \