summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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>