xorg-input-drivers: depend on xf86-input-libinput

The dependency on xf86-input-vmmouse is only for i686* and x86_64*.

Closes: #9246
This commit is contained in:
Jürgen Buchmüller 2018-01-07 23:22:33 +01:00
parent a48e80de1b
commit 6c04210f8e

View file

@ -1,10 +1,14 @@
# Template file for 'xorg-input-drivers'
pkgname=xorg-input-drivers
version=7.6
revision=3
revision=4
build_style=meta
depends="xf86-input-evdev>=2.5.0 xf86-input-synaptics>=1.3.0 xf86-input-vmmouse>=12.6.10 xf86-input-wacom>=0.14.0"
depends="xf86-input-evdev>=2.5.0 xf86-input-synaptics>=1.3.0 xf86-input-libinput>=0.26.0 xf86-input-wacom>=0.14.0"
short_desc="X.org input drivers meta-package"
homepage="http://xorg.freedesktop.org/"
license="MIT"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) depends+=" xf86-input-vmmouse>=12.6.10"
esac