From e71691bae890040b83cfd54a2d9a1097d5026866 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 6 May 2011 20:40:09 +0000 Subject: Merge branches/jmb/content-factory to trunk svn path=/trunk/netsurf/; revision=12283 --- Makefile.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index adcc2f799..ee7b21d95 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -235,13 +235,13 @@ ifeq ($(TARGET),amiga) # Enable NetSurf's use of libsvgtiny for displaying SVGs # (NB: Requires NETSURF_AMIGA_USE_CAIRO) # Valid options: YES, NO - NETSURF_USE_NSSVG := NO + NETSURF_USE_NSSVG := YES # Enable NetSurf's use of libcairo for some plotter functions # This will also link NetSurf with shared objects, and # requires AmigaOS 4.1 or higher to run the resulting executable # Valid options: YES, NO - NETSURF_AMIGA_USE_CAIRO := NO + NETSURF_AMIGA_USE_CAIRO := YES # Optimisation levels CFLAGS += -O2 -Wuninitialized -- cgit v1.2.1