mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'accountsservice'
|
# Template file for 'accountsservice'
|
||||||
pkgname=accountsservice
|
pkgname=accountsservice
|
||||||
version=0.6.55
|
version=0.6.55
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dsystemdsystemunitdir=no
|
configure_args="-Dsystemdsystemunitdir=no -Duser_heuristics=false
|
||||||
$(vopt_bool gir introspection) $(vopt_bool elogind elogind)"
|
$(vopt_bool gir introspection) $(vopt_bool elogind elogind)"
|
||||||
hostmakedepends="glib-devel pkg-config polkit gettext"
|
hostmakedepends="glib-devel pkg-config polkit gettext"
|
||||||
makedepends="polkit-devel $(vopt_if elogind elogind-devel)"
|
makedepends="polkit-devel $(vopt_if elogind elogind-devel)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue