void-packages/srcpkgs/xorg-input-drivers/template
classabbyamp 9f651aa87b *: replace build_style=meta with metapackage=yes
see previous commit for context
2025-06-12 20:15:05 -04:00

14 lines
460 B
Bash

# Template file for 'xorg-input-drivers'
pkgname=xorg-input-drivers
version=7.6
revision=4
metapackage=yes
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="Orphaned <orphan@voidlinux.org>"
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) depends+=" xf86-input-vmmouse>=12.6.10"
esac