diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-05-29 07:37:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-29 07:37:56 +0700 |
commit | 376d8827f60f46559319e5a17576924c06142efb (patch) | |
tree | 212f4118771c46413e83c2f3e936ddadff5263bb /libraries/libinput/libinput.SlackBuild | |
parent | 2c0a9b5d1ecb47daf6e7dab649ba66f79f81af6d (diff) | |
download | slackbuilds-376d8827f60f46559319e5a17576924c06142efb.tar.gz |
libraries/libinput: Updated script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libinput/libinput.SlackBuild')
-rw-r--r-- | libraries/libinput/libinput.SlackBuild | 5 |
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 \ |