mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
accountsservice: rebuild for libxcrypt
This commit is contained in:
parent
87566118cd
commit
af1b3b6af8
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'accountsservice'
|
# Template file for 'accountsservice'
|
||||||
pkgname=accountsservice
|
pkgname=accountsservice
|
||||||
version=0.6.55
|
version=0.6.55
|
||||||
revision=2
|
revision=3
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dsystemdsystemunitdir=no -Duser_heuristics=false
|
configure_args="-Dsystemdsystemunitdir=no -Duser_heuristics=false
|
||||||
|
@ -18,6 +18,10 @@ make_dirs="
|
||||||
/var/lib/AccountsService/users 755 root root
|
/var/lib/AccountsService/users 755 root root
|
||||||
/var/lib/AccountsService/icons 755 root root"
|
/var/lib/AccountsService/icons 755 root root"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="elogind gir"
|
build_options="elogind gir"
|
||||||
build_options_default="elogind gir"
|
build_options_default="elogind gir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue