]> git.pld-linux.org Git - packages/gtk4.git/commitdiff
- apidocs now build auto/th/gtk4-4.0.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Dec 2020 21:52:52 +0000 (22:52 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Dec 2020 21:52:52 +0000 (22:52 +0100)
gtk4.spec

index 3e74cdb2eb1e02dc4cf96d3bac8b32d119eb20b4..56fac908a754321b89d0098dd43662d32248ace3 100644 (file)
--- 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
 
This page took 0.353015 seconds and 4 git commands to generate.