Amiga target now uses hubbub by default.

svn path=/trunk/netsurf/; revision=5076
This commit is contained in:
Chris Young 2008-08-12 18:28:28 +00:00
parent ea5e026f7d
commit 42886171d5
1 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,10 @@ ifeq ($(TARGET),amiga)
# Valid options: YES, NO
NETSURF_USE_HARU_PDF := NO
# Enable using Hubbub to parse HTML rather than libxml2
# Valid options: YES, NO, AUTO
NETSURF_USE_HUBBUB := YES
endif
# Include any local overrides