seatd: fix configure arguments
This commit is contained in:
parent
41cf12e477
commit
ea53031e14
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue