summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-12 18:28:28 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-12 18:28:28 +0000
commit42886171d5f3cf173a5eaf088d8092510ffc8454 (patch)
tree0a79b8b4fa0f1f6f57cd23aaec0fc057d63f6553
parentea5e026f7db8671ee8398bda7b3cf8f3972a7792 (diff)
downloadnetsurf-42886171d5f3cf173a5eaf088d8092510ffc8454.tar.gz
netsurf-42886171d5f3cf173a5eaf088d8092510ffc8454.tar.bz2
Amiga target now uses hubbub by default.
svn path=/trunk/netsurf/; revision=5076
-rw-r--r--Makefile.config4
1 files changed, 4 insertions, 0 deletions
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