Add missing webrtc directory for ppc64el (bz#1775202)
authorMike Hommey <mh@glandium.org>
Mon, 15 Aug 2022 06:41:15 +0000 (15:41 +0900)
committerMike Hommey <glandium@debian.org>
Tue, 15 Nov 2022 21:20:30 +0000 (21:20 +0000)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Add-missing-webrtc-directory-for-ppc64el-bz-1775202.patch

third_party/libwebrtc/moz.build

index a754808507e1d100ad0d16802dcf3416c53d3440..89232e3a19ad4b19a17bc97ef7a2015d632402d7 100644 (file)
@@ -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":