From: Mike Hommey Date: Mon, 15 Aug 2022 15:41:15 +0900 Subject: Add missing webrtc directory for ppc64el (bz#1775202) --- 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 e405ed6..01cd3d6 100644 --- a/third_party/libwebrtc/moz.build +++ b/third_party/libwebrtc/moz.build @@ -627,6 +627,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":