summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-11-26 18:08:58 +0000
committerMoonchild <moonchild@palemoon.org>2021-11-26 18:08:58 +0000
commit4cffd541de9065c16bbe0dd2fa10e41329e6caa5 (patch)
treeeab213a29c3375b16a2398dc851ef7062c8c126d /build
parentf9591cc1c0c314522b7df3b650a68d2c51e46c10 (diff)
downloadaura-central-4cffd541de9065c16bbe0dd2fa10e41329e6caa5.tar.gz
Issue %3014 - Part 1: Remove conditional WebRTC code
Diffstat (limited to 'build')
-rw-r--r--build/directive4.py1
-rw-r--r--build/gyp.mozbuild2
2 files changed, 1 insertions, 2 deletions
diff --git a/build/directive4.py b/build/directive4.py
index 650349d68..4b97bcb10 100644
--- a/build/directive4.py
+++ b/build/directive4.py
@@ -43,7 +43,6 @@ if ('MOZ_OFFICIAL_BRANDING' in listConfig) or (strBrandingDirectory.endswith("br
if 'MC_PALEMOON' in listConfig:
listViolations += [
'MOZ_EME',
- 'MOZ_WEBRTC'
]
# Iterate through enabled violations and output 1 to DIRECTIVE4 if any are found
diff --git a/build/gyp.mozbuild b/build/gyp.mozbuild
index ca85bfb87..ffc33a01d 100644
--- a/build/gyp.mozbuild
+++ b/build/gyp.mozbuild
@@ -13,7 +13,7 @@ gyp_vars.update({
'build_with_chromium': 0,
'use_official_google_api_keys': 0,
'have_clock_monotonic': 1 if CONFIG['HAVE_CLOCK_MONOTONIC'] else 0,
- 'have_ethtool_cmd_speed_hi': 1 if CONFIG['MOZ_WEBRTC_HAVE_ETHTOOL_SPEED_HI'] else 0,
+ 'have_ethtool_cmd_speed_hi': 0,
'include_alsa_audio': 1 if CONFIG['MOZ_ALSA'] else 0,
'include_pulse_audio': 1 if CONFIG['MOZ_PULSEAUDIO'] else 0,
# basic stuff for everything