summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian-hacks/Add-missing-webrtc-directory-for-ppc64el-bz-1775202.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:23:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:23:08 +0000
commit25161eab0977cf62f77af868be3fc698888776ea (patch)
treeea9037f8066dfc7c0a7d7b898822a56fec71c324 /debian/patches/debian-hacks/Add-missing-webrtc-directory-for-ppc64el-bz-1775202.patch
parentAdding upstream version 110.0.1. (diff)
downloadfirefox-25161eab0977cf62f77af868be3fc698888776ea.tar.xz
firefox-25161eab0977cf62f77af868be3fc698888776ea.zip
Adding debian version 110.0.1-1.debian/110.0.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/debian-hacks/Add-missing-webrtc-directory-for-ppc64el-bz-1775202.patch')
-rw-r--r--debian/patches/debian-hacks/Add-missing-webrtc-directory-for-ppc64el-bz-1775202.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/debian-hacks/Add-missing-webrtc-directory-for-ppc64el-bz-1775202.patch b/debian/patches/debian-hacks/Add-missing-webrtc-directory-for-ppc64el-bz-1775202.patch
new file mode 100644
index 0000000000..f6367a51f9
--- /dev/null
+++ b/debian/patches/debian-hacks/Add-missing-webrtc-directory-for-ppc64el-bz-1775202.patch
@@ -0,0 +1,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":