[packages/gegl] - disable broken doc build

baggins baggins at pld-linux.org
Mon Jan 27 23:06:01 CET 2025


commit 65fadafef10a79abd3dc5af446906738a137ed2c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Jan 28 00:05:46 2025 +0100

    - disable broken doc build

 gegl.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gegl.spec b/gegl.spec
index a346eb9..e7598f4 100644
--- a/gegl.spec
+++ b/gegl.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without	doc		# apidocs
+%bcond_with	doc		# apidocs
 %bcond_without	lensfun		# lensfun support
 %bcond_without	lua		# Lua support
 %bcond_without	static_libs	# static library
@@ -193,9 +193,9 @@ API języka Vala dla biblioteki gegl.
 
 %build
 %meson build \
-	%{?with_doc:-Ddocs=true} \
+	-Ddocs=%{__true_false doc} \
+	-Dgtk-doc=%{__true_false doc} \
 	%{!?with_doc:-Dgi-docgen=disabled} \
-	%{?with_doc:-Dgtk-doc=true} \
 	%{!?with_introspection:-Dintrospection=false} \
 	%{!?with_lensfun:-Dlensfun=disabled} \
 	%{!?with_lua:-Dlua=disabled} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gegl.git/commitdiff/65fadafef10a79abd3dc5af446906738a137ed2c



More information about the pld-cvs-commit mailing list