commit 4392495e6079e9401b988e7062937527f1df3dd3
Author: Jan Palus <[email protected]>
Date:   Thu Jun 29 21:25:54 2023 +0200

    explicitly enable introspection
    
    otherwise it's disabled when building without apidocs

 gtk4.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gtk4.spec b/gtk4.spec
index 7435944..8023f55 100644
--- a/gtk4.spec
+++ b/gtk4.spec
@@ -356,11 +356,12 @@ ModuĊ‚ GTK do drukowania przez CUPS.
 %{__sed} -i -e "/^docs_dir =/ s,gtk_datadir / 'doc','%{_gtkdocdir}'," 
docs/reference/meson.build
 
 %build
-%meson build \
+%meson --reconfigure build \
        %{?with_broadway:-Dbroadway-backend=true} \
        %{?with_cloudproviders:-Dcloudproviders=enabled} \
        -Dcolord=enabled \
        %{?with_apidocs:-Dgtk_doc=true} \
+       -Dintrospection=enabled \
        -Dman-pages=true \
        %{?with_ffmpeg:-Dmedia-ffmpeg=enabled} \
        %{!?with_gstreamer:-Dmedia-gstreamer=disabled} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk4.git/commitdiff/4392495e6079e9401b988e7062937527f1df3dd3

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to