diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-04-07 09:36:48 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-04-07 09:36:48 -0400 |
commit | b20945f3d04ddf1648a3cf89ed9b40a47aad8b54 (patch) | |
tree | 7d9e2b852df26e153b1cacf2feaa9123e126966a /build | |
parent | 6eb46cc2c11365ce99c0d6e0a40677b79eea5d3f (diff) | |
download | uxp-b20945f3d04ddf1648a3cf89ed9b40a47aad8b54.tar.gz |
Update configure variable verification
Diffstat (limited to 'build')
-rw-r--r-- | build/directive4.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/directive4.py b/build/directive4.py index 8f05eeed57..dd8c111cfe 100644 --- a/build/directive4.py +++ b/build/directive4.py @@ -49,6 +49,7 @@ if ('MOZ_OFFICIAL_BRANDING' in listConfig) or (strBrandingDirectory.endswith("br # Applies to Pale Moon Only if 'MC_PALEMOON' in listConfig: listViolations += [ + 'MOZ_EME', 'MOZ_WEBRTC' ] |