15 lines
461 B
Bash
15 lines
461 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.org>"
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
i686*|x86_64*) depends+=" xf86-input-vmmouse>=12.6.10"
|
|
esac
|