gui-libs/gtk-session-lock: disable vapi option

* even compiling dev-lang/vala with valadoc useflag
* meson didnt found vapigen, do the file name
* having the $PV attach to it

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2024-04-22 17:06:36 +01:00
parent 385aa79b82
commit 7168a4270d

View File

@@ -36,7 +36,7 @@ src_configure() {
$(meson_use test tests)
$(meson_use docs docs)
-Dintrospection=true
-Dintrospection=vapi
-Dvapi=false
)
meson_src_configure
}