From 99929082b8f21cf567c021e85cc22fb83f570f54 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 12 Feb 2009 09:15:23 +0000 Subject: Enable support for hubbub in the framebuffer frontend. svn path=/trunk/netsurf/; revision=6449 --- Makefile.config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.config') 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 -- cgit v1.2.3