summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index dad9c0273..362db38f9 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -53,6 +53,10 @@ NETSURF_USE_LIBICONV_PLUG := YES
# ----------------------------------------------------------------------------
ifeq ($(TARGET),riscos)
+ # Enable using Hubbub to parse HTML rather than libxml2
+ # Valid options: YES, NO
+ NETSURF_USE_HUBBUB := YES
+
# Use James Bursa's libsvgtiny for rendering SVG images
# Valid options: YES, NO
NETSURF_USE_NSSVG := YES
@@ -87,6 +91,10 @@ ifeq ($(TARGET),gtk)
# Where to install the netsurf binary
NETSURF_GTK_BIN := /usr/local/bin/
+ # Enable using Hubbub to parse HTML rather than libxml2
+ # Valid options: YES, NO, AUTO
+ NETSURF_USE_HUBBUB := AUTO
+
# Use librsvg in conjunction with Cairo to render SVG images
# Valid options: YES, NO, AUTO
NETSURF_USE_RSVG := AUTO