From 52903f8cce6e1145a7dc2c25d722e0c6d0491bc0 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 18 Mar 2025 18:11:03 -0700 Subject: [PATCH] clutter-gst3: fix build with gcc14 --- srcpkgs/clutter-gst3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/clutter-gst3/template b/srcpkgs/clutter-gst3/template index 3e59566bd6f..01364cab969 100644 --- a/srcpkgs/clutter-gst3/template +++ b/srcpkgs/clutter-gst3/template @@ -4,7 +4,7 @@ version=3.0.27 revision=2 build_style=gnu-configure build_helper="gir" -configure_args="--disable-debug $(vopt_enable gir introspection)" +configure_args="--enable-debug=minimum $(vopt_enable gir introspection)" hostmakedepends="pkg-config intltool glib-devel" makedepends="clutter-devel gst-plugins-bad1-devel gst-plugins-base1-devel" depends="gst-plugins-base1 gst-plugins-bad1"