summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index ae922c26e..9862916c5 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -85,7 +85,7 @@ ifeq ($(TARGET),riscos)
# Valid options: YES, NO
NETSURF_USE_NSSVG := YES
- # Enable NetSurf's use of pencil for Drawfile export
+ # Enable NetSurf's support for displaying RISC OS Draw files
# Valid options: YES, NO
NETSURF_USE_DRAW := YES
@@ -101,6 +101,10 @@ ifeq ($(TARGET),riscos)
# Valid options: YES, NO
NETSURF_USE_PLUGINS := NO
+ # Enable NetSurf's use of pencil for Drawfile export
+ # Valid options: YES, NO
+ NETSURF_USE_DRAW_EXPORT := YES
+
# Optimisation levels
CFLAGS += -O2 -Wuninitialized