mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
accountsservice: depends on polkit-devel
This commit is contained in:
parent
84b4f8f015
commit
4f710b9912
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'accountsservice'
|
# Template file for 'accountsservice'
|
||||||
pkgname=accountsservice
|
pkgname=accountsservice
|
||||||
version=23.13.9
|
version=23.13.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system
|
configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system
|
||||||
|
@ -34,7 +34,7 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
accountsservice-devel_package() {
|
accountsservice-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision} polkit-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue