From ca3e85f129720b60a8e3e9025162bbac7c844b51 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 16 Aug 2021 09:12:34 +0100 Subject: [PATCH] Disable GStreamer for the udeb build Support for VP8 and VP9 is officially part of the GTK4 API, but it seems OK to provide a reduced API in debian-installer. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 8f1a85a8b2..3c8afbb571 100755 --- a/debian/rules +++ b/debian/rules @@ -131,6 +131,7 @@ configure_flags_udeb = \ -Ddemos=false \ -Dbuild-tests=false \ -Dinstall-tests=false \ + -Dmedia-gstreamer=disabled \ -Dwayland-backend=false \ -Dx11-backend=true \ $(NULL) -- 2.30.2