seatd: fix configure arguments

This commit is contained in:
Michal Vasilek 2021-11-13 21:33:52 +01:00 committed by paper
parent 41cf12e477
commit ea53031e14

View file

@ -3,7 +3,8 @@ pkgname=seatd
version=0.6.3
revision=1
build_style=meson
configure_args="-Dexamples=disabled $(vopt_if elogind -Dlogind=enabled) -Dwerror=false"
configure_args="-Dexamples=disabled $(vopt_if elogind -Dlibseat-logind=elogind)
-Dwerror=false"
hostmakedepends="pkg-config scdoc"
makedepends="$(vopt_if elogind elogind-devel)"
short_desc="Minimal seat management daemon"