diff options
Diffstat (limited to 'libraries/libinput')
-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 \ |