Work around bz#1775202 to fix FTBFS on ppc64el
authorMike Hommey <mh@glandium.org>
Sat, 13 Aug 2022 22:01:33 +0000 (07:01 +0900)
committerMike Hommey <glandium@debian.org>
Tue, 1 Aug 2023 20:59:08 +0000 (21:59 +0100)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Work-around-bz-1775202-to-fix-FTBFS-on-ppc64el.patch

third_party/libwebrtc/moz.build

index 8579f8bb3622297929dadb41d2103eea13c3e3a4..a754808507e1d100ad0d16802dcf3416c53d3440 100644 (file)
@@ -520,7 +520,9 @@ if CONFIG["CPU_ARCH"] == "ppc64" and CONFIG["OS_TARGET"] == "Linux":
         "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn",
         "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn",
         "/third_party/libwebrtc/modules/audio_coding/isac_c_gn",
-        "/third_party/libwebrtc/modules/audio_coding/isac_gn"
+        "/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",
     ]
 
 if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux":