summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-08-01 11:29:18 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-08-01 11:29:18 +0000
commita011abf55f0d61e4425b5fb783bd007f27c9f778 (patch)
tree8877c9922eb945ca8dced7b345d9ce99805ece19 /Makefile.config
parent5685170036d59c6db307b014476146513713ad5f (diff)
downloadnetsurf-a011abf55f0d61e4425b5fb783bd007f27c9f778.tar.gz
netsurf-a011abf55f0d61e4425b5fb783bd007f27c9f778.tar.bz2
Move plugin option to Makefile.config.
Disable it by default. svn path=/trunk/netsurf/; revision=4853
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
# ----------------------------------------------------------------------------