summaryrefslogtreecommitdiff
path: root/Makefile
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
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')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6bd956e58..f92262902 100644
--- a/Makefile
+++ b/Makefile
@@ -231,6 +231,7 @@ ifeq ($(TARGET),riscos)
$(eval $(call feature_enabled,DRAW,-DWITH_DRAW,-lpencil,Drawfile export))
$(eval $(call feature_enabled,SPRITE,-DWITH_SPRITE,,RISC OS sprite rendering))
$(eval $(call feature_enabled,ARTWORKS,-DWITH_ARTWORKS,,ArtWorks rendering))
+ $(eval $(call feature_enabled,PLUGINS,-DWITH_PLUGIN,,Plugin protocol support))
endif
# ----------------------------------------------------------------------------