libraries/libinput: Updated for version 1.12.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
0ff9b52713
commit
524a9935c3
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libinput
|
||||
VERSION=${VERSION:-1.11.3}
|
||||
VERSION=${VERSION:-1.12.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,7 +72,8 @@ find -L . \
|
|||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
meson --prefix /usr --libdir lib${LIBDIRSUFFIX} --mandir /usr/man \
|
||||
build -Ddebug-gui="false" -Dtests="false" -Dudev-dir="/lib/udev"
|
||||
build -Ddebug-gui="false" -Dtests="false" -Ddocumentation="false" \
|
||||
-Dudev-dir="/lib/udev"
|
||||
|
||||
DESTDIR=$PKG ninja -C build all install
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libinput"
|
||||
VERSION="1.11.3"
|
||||
VERSION="1.12.0"
|
||||
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput"
|
||||
DOWNLOAD="https://www.freedesktop.org/software/libinput/libinput-1.11.3.tar.xz"
|
||||
MD5SUM="df6e877f11de4a9793511e9abfe7ef01"
|
||||
DOWNLOAD="https://www.freedesktop.org/software/libinput/libinput-1.12.0.tar.xz"
|
||||
MD5SUM="efbea0deaa7126b6d1f8cbbe16c0470a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libwacom meson graphviz python-evdev pyudev"
|
||||
|
|
Loading…
Reference in New Issue