main/postmarketos-ui-i3wm: Added xinput dependency (!282)

This adds the missing xinput dependency that's needed for lock.sh
This commit is contained in:
Martijn Braam 2019-03-18 06:47:48 +00:00 committed by Oliver Smith
parent 2651b565e0
commit 4c222eee7b

View file

@ -1,11 +1,11 @@
pkgname=postmarketos-ui-i3wm pkgname=postmarketos-ui-i3wm
pkgver=0.3 pkgver=0.3
pkgrel=0 pkgrel=1
pkgdesc="(X11) Tiling WM (keyboard required)" pkgdesc="(X11) Tiling WM (keyboard required)"
url="https://i3wm.org" url="https://i3wm.org"
arch="noarch" arch="noarch"
license="GPL-3.0" license="GPL-3.0"
depends="xorg-server mesa-egl i3wm i3status dmenu xset st lightdm" depends="xorg-server mesa-egl i3wm i3status dmenu xset xinput st lightdm"
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-deinstall" install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-deinstall"
source="lock.sh 60-lightdm-autologin.conf" source="lock.sh 60-lightdm-autologin.conf"
options="!check" options="!check"