summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index eb8a1a47d..23e5d3d85 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -204,6 +204,10 @@ ifeq ($(TARGET),framebuffer)
# Valid values are: linux, able, sdl
NETSURF_FB_FRONTEND := linux
+ # Enable NetSurf's use of Hubbub to parse HTML rather, than libxml2
+ # Valid options: YES, NO, AUTO (highly recommended)
+ NETSURF_USE_HUBBUB := AUTO
+
# Use libharu to enable PDF export and GTK printing support.
# Valid options: YES, NO
NETSURF_USE_HARU_PDF := NO