summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-12-28 00:41:35 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-12-28 00:41:35 +0000
commitfcf46a91b60831b7b7cba8e44c98757a1407a5a8 (patch)
tree9ba8a970f37a038993a7e4dcf650236b5b39bb56 /Makefile.config
parent2967b76f4a4f12bfd3a7ce80a466280cb6a269d9 (diff)
downloadnetsurf-fcf46a91b60831b7b7cba8e44c98757a1407a5a8.tar.gz
netsurf-fcf46a91b60831b7b7cba8e44c98757a1407a5a8.tar.bz2
SVG support for Amiga version using libsvgtiny and libcairo
Cairo plotter for arcs Cairo support is experimental and can be enabled with option NETSURF_AMIGA_USE_CAIRO For some reason linking against shared objects breaks forms. svn path=/trunk/netsurf/; revision=5939
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index 239dd21ab..fe693dd4d 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -167,6 +167,17 @@ ifeq ($(TARGET),amiga)
# Valid options: YES, NO, AUTO (highly recommended)
NETSURF_USE_HUBBUB := YES
+ # Enable NetSurf's use of libsvgtiny for displaying SVGs
+ # (NB: Requires NETSURF_AMIGA_USE_CAIRO)
+ # Valid options: YES, NO
+ NETSURF_USE_NSSVG := NO
+
+ # 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
+
# Optimisation levels
CFLAGS += -O2 -Wuninitialized