projects
/
firefox-esr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d59249a
)
Add missing webrtc directory for ppc64el (bz#1775202)
author
Mike Hommey
<mh@glandium.org>
Mon, 15 Aug 2022 06:41:15 +0000
(15:41 +0900)
committer
Mike Hommey
<glandium@debian.org>
Tue, 18 Oct 2022 20:04:39 +0000
(21:04 +0100)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Add-missing-webrtc-directory-for-ppc64el-bz-
1775202
.patch
third_party/libwebrtc/moz.build
patch
|
blob
|
history
diff --git
a/third_party/libwebrtc/moz.build
b/third_party/libwebrtc/moz.build
index a754808507e1d100ad0d16802dcf3416c53d3440..89232e3a19ad4b19a17bc97ef7a2015d632402d7 100644
(file)
--- 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":