summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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