libinput: update to 1.10.4

This commit is contained in:
Lukas Rusak 2018-04-18 11:21:34 -07:00
parent 1fed43a1ca
commit 6922652284
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -17,8 +17,8 @@
################################################################################ ################################################################################
PKG_NAME="libinput" PKG_NAME="libinput"
PKG_VERSION="1.6.3" PKG_VERSION="1.10.4"
PKG_SHA256="74da2798728e79c3aedfffa268d8fe811c3766ca3708309c0dc45502be137da1" PKG_SHA256="2330a82f3e4b617a4f9ff0f2bf9cc217b3c4e69d767e61ca59ca07add61f68ac"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.freedesktop.org/wiki/Software/libinput/" PKG_SITE="http://www.freedesktop.org/wiki/Software/libinput/"
@ -27,11 +27,9 @@ PKG_DEPENDS_TARGET="toolchain systemd libevdev mtdev"
PKG_SECTION="wayland" 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_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_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 \ PKG_MESON_OPTS_TARGET="-Dlibwacom=false \
--enable-shared \ -Ddebug-gui=false \
--disable-static \ -Dtests=false \
--disable-documentation \ -Ddocumentation=false"
--disable-event-gui \
--disable-tests \
--disable-libwacom"