From 5f454d6520b5709b8e0cca6de5a9d40ad6b8f323 Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 23 Sep 2022 18:47:36 +0200 Subject: [PATCH] cage-vi: Minimize necessary dependencies --- srcpkgs/cage-vi/PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cage-vi/PKGBUILD b/srcpkgs/cage-vi/PKGBUILD index bda72aa..5daf836 100644 --- a/srcpkgs/cage-vi/PKGBUILD +++ b/srcpkgs/cage-vi/PKGBUILD @@ -7,8 +7,12 @@ pkgdesc='A Wayland kiosk, with virtual input patch applied' arch=('x86_64') url="https://www.hjdskes.nl/projects/${_pkgname}/" license=('MIT') -depends=('wlroots' 'wayland' 'libxkbcommon' 'xorg-xwayland') -makedepends=('meson' 'wayland-protocols') +depends=('glibc' 'wayland') +makedepends=('libxkbcommon' 'meson' 'pixman' 'scdoc' 'wayland-protocols' 'wlroots' 'xorg-xwayland') +optdepends=( + 'polkit: System privilege control. Required if not using seatd service' + 'xorg-xwayland: X11 support' +) source=( "https://github.com/Hjdskes/${_pkgname}/releases/download/v${_pkgver}/${_pkgname}-${_pkgver}.tar.gz" 'a81ab70.patch'