summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-20 19:38:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-20 19:38:56 +0000
commit6dd385591dcda09a4b2a4fe34d812a2c33e9db02 (patch)
tree216afb40c156d73dfd025af3572fbb1d9dc9d333 /Makefile
parent397e2cc0a91dfc7eb993db236dd1bef43f0e3e07 (diff)
downloadnetsurf-6dd385591dcda09a4b2a4fe34d812a2c33e9db02.tar.gz
netsurf-6dd385591dcda09a4b2a4fe34d812a2c33e9db02.tar.bz2
NETSURF_USE_DRAW should apply to the Draw content handler only.
Introduce NETSURF_USE_DRAW_EXPORT to toggle draw export support. Fix up a bunch of stuff related to this. Fix warnings caused by disabling the Sprite renderer. svn path=/trunk/netsurf/; revision=7899
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e407d1135..6d214ce1b 100644
--- a/Makefile
+++ b/Makefile
@@ -260,10 +260,11 @@ ifeq ($(TARGET),riscos)
endif
$(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG rendering))
- $(eval $(call feature_enabled,DRAW,-DWITH_DRAW,-lpencil,Drawfile export))
+ $(eval $(call feature_enabled,DRAW,-DWITH_DRAW,,RISC OS Draw rendering))
$(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))
+ $(eval $(call feature_enabled,DRAW_EXPORT,-DWITH_DRAW_EXPORT,-lpencil,Drawfile export))
ifeq ($(HOST),riscos)
$(eval $(call feature_enabled,BMP,-DWITH_BMP,-lnsbmp,NetSurf BMP decoder))
$(eval $(call feature_enabled,GIF,-DWITH_GIF,-lnsgif,NetSurf GIF decoder))