summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index a307ff9d0..0d8c8778d 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -68,6 +68,10 @@ ifeq ($(TARGET),riscos)
# Valid options: YES, NO
NETSURF_USE_ARTWORKS := YES
+ # Enable support for the Acorn plugin protocol
+ # Valid options: YES, NO
+ NETSURF_USE_PLUGINS := NO
+
endif
# ----------------------------------------------------------------------------