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:
Đoàn Trần Công Danh 2023-07-28 08:59:08 +07:00 committed by Đoàn Trần Công Danh
parent 70b73f231a
commit d94656fc29
1 changed files with 2 additions and 2 deletions

View File

@ -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)"