From a011abf55f0d61e4425b5fb783bd007f27c9f778 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 1 Aug 2008 11:29:18 +0000 Subject: Move plugin option to Makefile.config. Disable it by default. svn path=/trunk/netsurf/; revision=4853 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 # ---------------------------------------------------------------------------- -- cgit v1.2.3