Disable GStreamer for the udeb build
authorSimon McVittie <smcv@debian.org>
Mon, 16 Aug 2021 08:12:34 +0000 (09:12 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 20 Aug 2021 10:13:46 +0000 (11:13 +0100)
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

index 8f1a85a8b2049c8dd3c8893abc098ee604571bc8..3c8afbb571a57c1b953749e5d1ed069bd587d0ba 100755 (executable)
@@ -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)