diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-23 13:08:02 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-23 13:08:02 +0100 |
commit | 90c5288fef22004d6e4d441b3ae10b9cd1836103 (patch) | |
tree | 14d4a0e5588e0a04ec4cca52805599ed4abb27fe /build/directive4.py | |
parent | 3624078103303adf0b934734d95a1ed9eb7bfefd (diff) | |
download | uxp-90c5288fef22004d6e4d441b3ae10b9cd1836103.tar.gz |
Issue #1342 - Remove support for system libevent
Diffstat (limited to 'build/directive4.py')
-rw-r--r-- | build/directive4.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/directive4.py b/build/directive4.py index 28d84973ec..bb832f6b75 100644 --- a/build/directive4.py +++ b/build/directive4.py @@ -33,7 +33,6 @@ if ('MOZ_OFFICIAL_BRANDING' in listConfig) or (strBrandingDirectory.endswith("br # Applies to Pale Moon and Basilisk if ('MC_BASILISK' in listConfig) or ('MC_PALEMOON' in listConfig): listViolations += [ - 'MOZ_SYSTEM_LIBEVENT', 'MOZ_SYSTEM_NSS', 'MOZ_SYSTEM_NSPR', 'MOZ_SYSTEM_JPEG', |