From f40f0fc9c06c6f88e1fccc5595a5433efebbccd3 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Mon, 15 Aug 2022 15:41:15 +0900 Subject: [PATCH] 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 --- third_party/libwebrtc/moz.build | 1 + 1 file changed, 1 insertion(+) 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": -- 2.30.2