From 42886171d5f3cf173a5eaf088d8092510ffc8454 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 12 Aug 2008 18:28:28 +0000 Subject: Amiga target now uses hubbub by default. svn path=/trunk/netsurf/; revision=5076 --- Makefile.config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config index 96e7646c7..ba4659ba6 100644 --- a/Makefile.config +++ b/Makefile.config @@ -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 -- cgit v1.2.3