Merge pull request #2650 from lrusak/libinput-update

libinput: update to 1.10.4
This commit is contained in:
MilhouseVH 2018-04-30 22:57:52 +01:00 committed by GitHub
commit 03e4ccebe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@
################################################################################
PKG_NAME="libinput"
PKG_VERSION="1.6.3"
PKG_SHA256="74da2798728e79c3aedfffa268d8fe811c3766ca3708309c0dc45502be137da1"
PKG_VERSION="1.10.4"
PKG_SHA256="2330a82f3e4b617a4f9ff0f2bf9cc217b3c4e69d767e61ca59ca07add61f68ac"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.freedesktop.org/wiki/Software/libinput/"
@ -27,11 +27,9 @@ PKG_DEPENDS_TARGET="toolchain systemd libevdev mtdev"
PKG_SECTION="wayland"
PKG_SHORTDESC="libinput is a library to handle input devices in Wayland compositors and to provide a generic X.Org input driver."
PKG_LONGDESC="libinput is a library to handle input devices in Wayland compositors and to provide a generic X.Org input driver."
PKG_TOOLCHAIN="meson"
PKG_CONFIGURE_OPTS_TARGET="--with-sysroot=$SYSROOT_PREFIX \
--enable-shared \
--disable-static \
--disable-documentation \
--disable-event-gui \
--disable-tests \
--disable-libwacom"
PKG_MESON_OPTS_TARGET="-Dlibwacom=false \
-Ddebug-gui=false \
-Dtests=false \
-Ddocumentation=false"