Change default build to use libpng but not libmng.

svn path=/trunk/netsurf/; revision=5340
This commit is contained in:
Michael Drake 2008-09-15 23:16:21 +00:00
parent 385d274f5b
commit 18fef974ef
1 changed files with 2 additions and 2 deletions

View File

@ -23,13 +23,13 @@ NETSURF_USE_JPEG := YES
# Enable NetSurf's use of libmng for displaying MNGs and PNGs
# Valid options: YES, NO
NETSURF_USE_MNG := YES
NETSURF_USE_MNG := NO
# Enable NetSurf's use of libpng for displaying PNGs. If MNG and PNG
# are both enabled then NetSurf will choose libpng for PNGs, leaving
# MNGs and JNGs to libmng.
# Valid options: YES, NO
NETSURF_USE_PNG := NO
NETSURF_USE_PNG := YES
# Use libharu to enable PDF export and GTK printing support. There is no
# auto-detection available for this, as it does not have a pkg-config file.