summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-02-15 18:43:48 -0500
committerVincent Grande2021-02-15 18:43:48 -0500
commit3fc69ac08bf086153c9518deaa5321ecf0eea283 (patch)
tree5421a5aa77e9eb7b068ab7920b9b4d3f1eb43122
parentb432f1f186f55476b46535c50f5e9bb92773be39 (diff)
downloadaur-libinput-minimal-git.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 d53fe8fdabd8..e298bc03407c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = libinput-minimal-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 04cb16185f4c..226b293dca1e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,8 @@ conflicts=('libinput')
makedepends=('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>