cage-vi: Update required dependencies

This commit is contained in:
Manuel 2022-10-02 20:35:34 +02:00
parent 5f454d6520
commit a5c019afc5
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
1 changed files with 4 additions and 2 deletions

View File

@ -7,12 +7,14 @@ pkgdesc='A Wayland kiosk, with virtual input patch applied'
arch=('x86_64')
url="https://www.hjdskes.nl/projects/${_pkgname}/"
license=('MIT')
depends=('glibc' 'wayland')
makedepends=('libxkbcommon' 'meson' 'pixman' 'scdoc' 'wayland-protocols' 'wlroots' 'xorg-xwayland')
depends=('glibc' 'wayland' 'wlroots')
makedepends=('meson' 'pixman' 'scdoc' 'wayland-protocols' 'xorg-xwayland')
optdepends=(
'polkit: System privilege control. Required if not using seatd service'
'xorg-xwayland: X11 support'
)
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=(
"https://github.com/Hjdskes/${_pkgname}/releases/download/v${_pkgver}/${_pkgname}-${_pkgver}.tar.gz"
'a81ab70.patch'