diff options
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.patch | 20 |
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": |