summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-31 15:10:26 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 12:19:55 +0200
commit171053d0b2df19cfc4f43dde7a2e1814380ca7d6 (patch)
treeffd8fecba4ecb03fb4af7cefcce7fdfd9713b461 /build
parentefd88ee9995dca701786cd13204d57899335f569 (diff)
downloadUXP-171053d0b2df19cfc4f43dde7a2e1814380ca7d6.tar
UXP-171053d0b2df19cfc4f43dde7a2e1814380ca7d6.tar.gz
UXP-171053d0b2df19cfc4f43dde7a2e1814380ca7d6.tar.lz
UXP-171053d0b2df19cfc4f43dde7a2e1814380ca7d6.tar.xz
UXP-171053d0b2df19cfc4f43dde7a2e1814380ca7d6.zip
Issue #1342 - Remove support for system linbpng
Diffstat (limited to 'build')
-rw-r--r--build/directive4.py1
-rw-r--r--build/moz.configure/old.configure1
2 files changed, 0 insertions, 2 deletions
diff --git a/build/directive4.py b/build/directive4.py
index 38465628b..009009bf0 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 03b1d4cdc..8059adaf1 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',