summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-02-15 18:45:26 -0500
committerVincent Grande2021-02-15 18:45:26 -0500
commit272aa40149f8172502ed3071528172d1a227b1ea (patch)
tree63104b84b342638b2924c5f6a14ca99d76a41e0f
parent9323139666a4474957e742f701be4638c6491215 (diff)
downloadaur-272aa40149f8172502ed3071528172d1a227b1ea.tar.gz
xorg-xinput optdepends
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f97851cd5ec2..021140442d1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = xf86-input-libinput-git
makedepends = libx11
makedepends = xorgproto
depends = libinput
+ optdepends = xorg-xinput: input configuration for X
provides = xf86-input-libinput
conflicts = xf86-input-libinput
source = git://anongit.freedesktop.org/xorg/driver/xf86-input-libinput
diff --git a/PKGBUILD b/PKGBUILD
index 074976d7b552..d17cb9583f71 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('custom')
url="http://xorg.freedesktop.org/"
depends=('libinput')
makedepends=('xorg-server-devel' 'libxi' 'libx11' 'xorgproto')
+optdepends=('xorg-xinput: input configuration for X')
conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 'X-ABI-XINPUT_VERSION>=25')
provides=('xf86-input-libinput')
conflicts=('xf86-input-libinput')