diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-31 15:10:26 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-31 15:10:26 +0100 |
commit | af804e3f0f6f0dbc0359cf7deda5c6afed7978dc (patch) | |
tree | 5019d72450e90f683bbf6ab59cbd35e0dcdff2ab /build | |
parent | a11f0bb8779948d22ab4f94e27ba125c0ad72fa4 (diff) | |
download | uxp-af804e3f0f6f0dbc0359cf7deda5c6afed7978dc.tar.gz |
Issue mcp-graveyard/UXP#1342 - Remove support for system linbpng
Diffstat (limited to 'build')
-rw-r--r-- | build/directive4.py | 1 | ||||
-rw-r--r-- | build/moz.configure/old.configure | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/build/directive4.py b/build/directive4.py index 38465628be..009009bf04 100644 --- a/build/directive4.py +++ b/build/directive4.py @@ -36,7 +36,6 @@ if ('MOZ_OFFICIAL_BRANDING' in listConfig) or (strBrandingDirectory.endswith("br 'MOZ_SYSTEM_JPEG', 'MOZ_SYSTEM_ZLIB', 'MOZ_SYSTEM_BZ2', - 'MOZ_SYSTEM_PNG', 'MOZ_SYSTEM_LIBVPX', 'MOZ_SYSTEM_SQLITE', 'MOZ_SYSTEM_JEMALLOC' diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index 03b1d4cdc9..8059adaf17 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -292,7 +292,6 @@ def old_configure_options(*options): '--with-system-libvpx', '--with-system-nspr', '--with-system-nss', - '--with-system-png', '--with-system-zlib', '--with-thumb', '--with-thumb-interwork', |