mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
rtkit: drop runtime polkit dependency
while it's usually required, rtkit is only really needed by pulseaudio and this introduces a needless build-time dependency chain (rtkit -> polkit -> mozjs -> rust -> ...) so drop it for now, usually this is not a problem anyway since affected installations nearly always have polkit already installed and this just introduces trouble for installations that explicitly do not want it (such as chroots/multilib)
This commit is contained in:
parent
5e9db0992a
commit
4d33558cf0
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'rtkit'
|
# Template file for 'rtkit'
|
||||||
pkgname=rtkit
|
pkgname=rtkit
|
||||||
version=0.13
|
version=0.13
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="dbus-devel libcap-devel"
|
makedepends="dbus-devel libcap-devel"
|
||||||
depends="dbus polkit"
|
depends="dbus"
|
||||||
short_desc="Realtime Policy and Watchdog Daemon"
|
short_desc="Realtime Policy and Watchdog Daemon"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT, GPL-3.0-or-later"
|
license="MIT, GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue