rtkit: fix build
This commit is contained in:
parent
016938a85e
commit
488b1f1942
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'rtkit'
|
# Template file for 'rtkit'
|
||||||
pkgname=rtkit
|
pkgname=rtkit
|
||||||
version=0.11
|
version=0.11
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
configure_args="LIBS=-lrt --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||||
short_desc="Realtime Policy and Watchdog Daemon"
|
short_desc="Realtime Policy and Watchdog Daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD, GPL-2"
|
license="BSD, GPL-2"
|
||||||
|
@ -11,7 +11,6 @@ homepage="http://git.0pointer.de/?p=rtkit.git"
|
||||||
distfiles="http://0pointer.de/public/$pkgname-$version.tar.xz"
|
distfiles="http://0pointer.de/public/$pkgname-$version.tar.xz"
|
||||||
checksum=68859108cff6410901502b58365eb7607da37110a06b837762f771735f58acd0
|
checksum=68859108cff6410901502b58365eb7607da37110a06b837762f771735f58acd0
|
||||||
|
|
||||||
depends="polkit"
|
|
||||||
makedepends="pkg-config dbus-devel libcap-devel"
|
makedepends="pkg-config dbus-devel libcap-devel"
|
||||||
system_accounts="rtkit"
|
system_accounts="rtkit"
|
||||||
rtkit_homedir="/proc"
|
rtkit_homedir="/proc"
|
||||||
|
|
Loading…
Reference in a new issue