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 | e0103f3d5b69b1419496a47ae5d7c9889678d8c9 (patch) | |
tree | 5019d72450e90f683bbf6ab59cbd35e0dcdff2ab /toolkit/library | |
parent | 64c8c65cf4e71af16f7961069a15e73323bf19e1 (diff) | |
download | uxp-e0103f3d5b69b1419496a47ae5d7c9889678d8c9.tar.gz |
Issue #1342 - Remove support for system linbpng
Diffstat (limited to 'toolkit/library')
-rw-r--r-- | toolkit/library/moz.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build index 85a7351ba3..506db8fef9 100644 --- a/toolkit/library/moz.build +++ b/toolkit/library/moz.build @@ -195,9 +195,6 @@ if CONFIG['SERVO_TARGET_DIR']: if CONFIG['MOZ_SYSTEM_JPEG']: OS_LIBS += CONFIG['MOZ_JPEG_LIBS'] -if CONFIG['MOZ_SYSTEM_PNG']: - OS_LIBS += CONFIG['MOZ_PNG_LIBS'] - if CONFIG['MOZ_SYSTEM_HUNSPELL']: OS_LIBS += CONFIG['MOZ_HUNSPELL_LIBS'] |