From 2b5471d32d4076df72f6a2ef6a59760c3b661b43 Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Sat, 13 Feb 2021 19:36:02 +0100 Subject: [PATCH] rtkit: requires dbus and polkit --- srcpkgs/rtkit/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/rtkit/template b/srcpkgs/rtkit/template index b418f54cea7..3624289f2f0 100644 --- a/srcpkgs/rtkit/template +++ b/srcpkgs/rtkit/template @@ -1,10 +1,11 @@ # Template file for 'rtkit' pkgname=rtkit version=0.13 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="dbus-devel libcap-devel" +depends="dbus polkit>=0.92" short_desc="Realtime Policy and Watchdog Daemon" maintainer="Orphaned " license="MIT, GPL-3.0-or-later"