Add NETSURF_USE_ARTWORKS to Makefile.config

svn path=/trunk/netsurf/; revision=4786
This commit is contained in:
Rob Kendrick 2008-07-29 08:50:13 +00:00
parent d82850f1c4
commit fb82961603
2 changed files with 5 additions and 1 deletions

View File

@ -216,7 +216,7 @@ ifeq ($(TARGET),riscos)
$(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,SPRITE,-DWITH_SPRITE,,RISC OS sprite rendering))
$(eval $(call feature_enabled,ARTWORKS,-DWITH_ARTWORKS,,Artworks rendering))
$(eval $(call feature_enabled,ARTWORKS,-DWITH_ARTWORKS,,ArtWorks rendering))
endif
# ----------------------------------------------------------------------------

View File

@ -46,6 +46,10 @@ ifeq ($(TARGET),riscos)
# Enable NetSurf's RISC OS Sprite support via Tinct
# Valid options: YES, NO
NETSURF_USE_SPRITE := YES
# Enable NetSurf's ArtWorks support via AWRender
# Valid options: YES, NO
NETSURF_USE_ARTWORKS := YES
endif