seatd: fix build with meson 0.56.x.

meson added some new warnings to the warning level used by seatd,
including for unused arguments. This made the build generate warnings,
and seatd's default of werror=true caused the build to fail.
This commit is contained in:
Érico Rolim 2021-02-02 17:04:39 -03:00 committed by Érico Nogueira Rolim
parent b6a7217185
commit 6dcb39a79f
1 changed files with 1 additions and 1 deletions

View File

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