From 8e8cc9b00ad852871a970426ffb44d61a6aaa4ef Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 30 Jul 2021 22:48:53 +0300 Subject: [PATCH] firefox-beta: import X11-less webrtc patch --- extra/firefox-beta/build | 11 ++++------- extra/firefox-beta/checksums | 1 + extra/firefox-beta/sources | 1 + extra/firefox-beta/version | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/extra/firefox-beta/build b/extra/firefox-beta/build index 7dc20c37..d7472699 100755 --- a/extra/firefox-beta/build +++ b/extra/firefox-beta/build @@ -2,6 +2,10 @@ patch -p1 < no-x11.patch +# X11-less webrtc patch from bugzilla. Very large so a +# URL is used. +patch -p1 < attachment.cgi\?id=9202429 + # Remove fribidi dependency. sed '/fribidi/d' config/system-headers.mozbuild > _ mv -f _ config/system-headers.mozbuild @@ -106,13 +110,6 @@ ac_add_options --disable-parental-controls ac_add_options --disable-system-extension-dirs EOF -# Currently required for X11-less builds. -# See: https://bugzilla.mozilla.org/show_bug.cgi?id=1661450 -# https://bugzilla.mozilla.org/show_bug.cgi?id=1654112 -cat >> .mozconfig <