summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-12 09:15:23 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-12 09:15:23 +0000
commit99929082b8f21cf567c021e85cc22fb83f570f54 (patch)
tree443b4a0112fd1a44c1b252936fa8a93f477006a2 /Makefile.config
parent53f5a9ab4d9c54b8b73a973a4c4931685e936517 (diff)
downloadnetsurf-99929082b8f21cf567c021e85cc22fb83f570f54.tar.gz
netsurf-99929082b8f21cf567c021e85cc22fb83f570f54.tar.bz2
Enable support for hubbub in the framebuffer frontend.
svn path=/trunk/netsurf/; revision=6449
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