summaryrefslogtreecommitdiff
path: root/amiga/Makefile.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/Makefile.defaults')
-rw-r--r--amiga/Makefile.defaults7
1 files changed, 1 insertions, 6 deletions
diff --git a/amiga/Makefile.defaults b/amiga/Makefile.defaults
index 43b42b22c..2134e8373 100644
--- a/amiga/Makefile.defaults
+++ b/amiga/Makefile.defaults
@@ -26,12 +26,6 @@ NETSURF_USE_AMIGA_DATATYPES := YES
# Valid options: YES, 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, AUTO
-NETSURF_USE_AMIGA_CAIRO := AUTO
-
# Enable NetSurf's use of Spidermonkey 1.80+
# Only here to stop the build complaining;
# enable NETSURF_USE_MOZJS instead for JavaScript support
@@ -40,3 +34,4 @@ NETSURF_USE_JS := NO
# Optimisation levels
CFLAGS += -O2 -gstabs
+