summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian-hacks/Add-missing-webrtc-directory-for-ppc64el-bz-1775202.patch
blob: f6367a51f945bfe264b31f112fdbbd7a52a44604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Mike Hommey <mh@glandium.org>
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":