Re-enable MNG support for AmigaOS build

svn path=/trunk/netsurf/; revision=5355
This commit is contained in:
Chris Young 2008-09-16 18:56:06 +00:00
parent 6456b84249
commit 7839439ce8
1 changed files with 4 additions and 0 deletions

View File

@ -157,6 +157,10 @@ ifeq ($(TARGET),amiga)
# Valid options: YES, NO, AUTO
NETSURF_USE_ROSPRITE := YES
# Enable NetSurf's use of libmng for displaying MNGs and PNGs
# Valid options: YES, NO
NETSURF_USE_MNG := YES
# Enable using Hubbub to parse HTML rather than libxml2
# Valid options: YES, NO, AUTO
NETSURF_USE_HUBBUB := YES