accountsservice: disable user-heuristics
The user heuristics was invented specifically for Fedora, to catch its one off migration. In Void Linux, user uid is always 1000+, with this heuristics on, AccountsService may incorrectly guess some system users as normal user, thus show in login screen.
This commit is contained in:
parent
70b73f231a
commit
d94656fc29
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'accountsservice'
|
||||
pkgname=accountsservice
|
||||
version=0.6.55
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Dsystemdsystemunitdir=no
|
||||
configure_args="-Dsystemdsystemunitdir=no -Duser_heuristics=false
|
||||
$(vopt_bool gir introspection) $(vopt_bool elogind elogind)"
|
||||
hostmakedepends="glib-devel pkg-config polkit gettext"
|
||||
makedepends="polkit-devel $(vopt_if elogind elogind-devel)"
|
||||
|
|
Loading…
Reference in New Issue