From: Simon McVittie Date: Mon, 16 Aug 2021 08:12:34 +0000 (+0100) Subject: Disable GStreamer for the udeb build X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~57 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ca3e85f129720b60a8e3e9025162bbac7c844b51;p=gtk4.git 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. --- 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)