rtkit: do not depend on shadow directly.
This commit is contained in:
parent
bc0b077469
commit
3d5ee8eedd
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rtkit'
|
||||
pkgname=rtkit
|
||||
version=0.11
|
||||
revision=7
|
||||
revision=8
|
||||
build_style=gnu-configure
|
||||
configure_args="LIBS=-lrt --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
short_desc="Realtime Policy and Watchdog Daemon"
|
||||
|
@ -12,8 +12,7 @@ distfiles="http://0pointer.de/public/$pkgname-$version.tar.xz"
|
|||
checksum=68859108cff6410901502b58365eb7607da37110a06b837762f771735f58acd0
|
||||
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="dbus-devel libcap-devel shadow"
|
||||
depends="shadow"
|
||||
makedepends="dbus-devel libcap-devel"
|
||||
system_accounts="rtkit"
|
||||
rtkit_homedir="/proc"
|
||||
|
||||
|
|
Loading…
Reference in a new issue