[packages/libvfn] correct option value for disabling docs
atler
atler at pld-linux.org
Sun Nov 17 19:47:06 CET 2024
commit 63b3c4e34ce2faefb3388dc025403f9ff2cf562a
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Nov 17 19:27:58 2024 +0100
correct option value for disabling docs
libvfn.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libvfn.spec b/libvfn.spec
index 1474031..6e9e476 100644
--- a/libvfn.spec
+++ b/libvfn.spec
@@ -92,7 +92,7 @@ Dokumentacja API biblioteki libvfn.
%build
%meson build \
%{!?with_static_libs:--default-library=shared} \
- %{!?with_apidocs:-Ddocs=false}
+ %{!?with_apidocs:-Ddocs=disabled}
%ninja_build -C build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libvfn.git/commitdiff/63b3c4e34ce2faefb3388dc025403f9ff2cf562a
More information about the pld-cvs-commit
mailing list