void-packages/srcpkgs/xorg-input-drivers/template
Jürgen Buchmüller 6c04210f8e xorg-input-drivers: depend on xf86-input-libinput
The dependency on xf86-input-vmmouse is only for i686* and x86_64*.

Closes: #9246
2018-01-07 23:25:40 +01:00

15 lines
460 B
Bash

# Template file for 'xorg-input-drivers'
pkgname=xorg-input-drivers
version=7.6
revision=4
build_style=meta
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