summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Edinaldo P. Silva2018-05-29 02:37:56 +0200
committer Willy Sudiarto Raharjo2018-05-29 02:37:56 +0200
commit376d8827f60f46559319e5a17576924c06142efb (patch)
tree212f4118771c46413e83c2f3e936ddadff5263bb /libraries
parent2c0a9b5d1ecb47daf6e7dab649ba66f79f81af6d (diff)
downloadslackbuilds-376d8827f60f46559319e5a17576924c06142efb.tar.gz
libraries/libinput: Updated script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libinput/libinput.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/libinput/libinput.SlackBuild b/libraries/libinput/libinput.SlackBuild
index b98ef43bb3..9abc7d5d98 100644
--- a/libraries/libinput/libinput.SlackBuild
+++ b/libraries/libinput/libinput.SlackBuild
@@ -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 \