[packages/gtk4] - apidocs now build

qboosh qboosh at pld-linux.org
Fri Dec 18 22:52:16 CET 2020


commit 087ea16e927c5d63c1750bb1760a615d128c1749
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Dec 18 22:52:52 2020 +0100

    - apidocs now build

 gtk4.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/gtk4.spec b/gtk4.spec
index 3e74cdb..56fac90 100644
--- a/gtk4.spec
+++ b/gtk4.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with	apidocs		# gtk-doc build (fails as of 3.99.4)
+%bcond_without	apidocs		# gtk-doc build
 %bcond_without	broadway	# Broadway target
 %bcond_without	wayland		# Wayland target
 %bcond_without	vulkan		# Vulkan graphics support
@@ -354,6 +354,11 @@ Moduł GTK do drukowania przez CUPS.
 
 %ninja_build -C build
 
+%if %{with apidocs}
+# seems missing in default target (as of 4.0.0)
+%ninja_build -C build gtk4-doc
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk4.git/commitdiff/087ea16e927c5d63c1750bb1760a615d128c1749



More information about the pld-cvs-commit mailing list