From: Mike Hommey Date: Mon, 15 Aug 2022 06:41:15 +0000 (+0900) Subject: Add missing webrtc directory for ppc64el (bz#1775202) X-Git-Tag: archive/raspbian/102.14.0esr-1_deb12u1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=337327d0b0d251d3826b08872cca21e655b98240;p=firefox-esr.git Add missing webrtc directory for ppc64el (bz#1775202) Gbp-Pq: Topic debian-hacks Gbp-Pq: Name Add-missing-webrtc-directory-for-ppc64el-bz-1775202.patch --- diff --git a/third_party/libwebrtc/moz.build b/third_party/libwebrtc/moz.build index a754808507e..89232e3a19a 100644 --- a/third_party/libwebrtc/moz.build +++ b/third_party/libwebrtc/moz.build @@ -523,6 +523,7 @@ if CONFIG["CPU_ARCH"] == "ppc64" and CONFIG["OS_TARGET"] == "Linux": "/third_party/libwebrtc/modules/audio_coding/isac_gn", "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn", "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", + "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", ] if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux":