summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-02-15 18:42:12 -0500
committerVincent Grande2021-02-15 18:42:12 -0500
commit7ef715036c9a51ac9d032ecf4d0a7f989ed5e64c (patch)
tree436c4f9b31c251d52982b4ce0f524584ef2ffe34
parent73d5aca0029328a968dd313d1014d9a7838773c3 (diff)
downloadaur-7ef715036c9a51ac9d032ecf4d0a7f989ed5e64c.tar.gz
xorg-xinput optdepends
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dad34f78d27..4d62aeb45fa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = libinput-git
optdepends = gtk3: libinput debug-gui
optdepends = python-pyudev: libinput measure
optdepends = python-evdev: libinput measure
+ optdepends = xorg-xinput: input configuration for X
provides = libinput
conflicts = libinput
source = git+https://gitlab.freedesktop.org/libinput/libinput
diff --git a/PKGBUILD b/PKGBUILD
index fbbc0bdf4ae0..9e8c25c7a025 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,8 @@ conflicts=('libinput')
makedepends=('gtk3' 'meson') # 'doxygen' 'python-sphinx' 'python-recommonmark'
optdepends=('gtk3: libinput debug-gui'
'python-pyudev: libinput measure'
- 'python-evdev: libinput measure')
+ 'python-evdev: libinput measure'
+ 'xorg-xinput: input configuration for X')
source=(git+https://gitlab.freedesktop.org/libinput/libinput)
sha512sums=('SKIP')
validpgpkeys=('SKIP') # Peter Hutterer (Who-T) <office@who-t.net>