[packages/gtk4] explicitly enable introspection

atler atler at pld-linux.org
Thu Jun 29 21:39:01 CEST 2023


commit 4392495e6079e9401b988e7062937527f1df3dd3
Author: Jan Palus <atler at pld-linux.org>
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



More information about the pld-cvs-commit mailing list