summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-07-29 08:50:13 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-07-29 08:50:13 +0000
commitfb829616039c7dde5ef1042c534cd40c043a508c (patch)
treed5937ac3a6fd9a7611a3441fea7240ed29bef429
parentd82850f1c457ea94e0394be567601ab753333766 (diff)
downloadnetsurf-fb829616039c7dde5ef1042c534cd40c043a508c.tar.gz
netsurf-fb829616039c7dde5ef1042c534cd40c043a508c.tar.bz2
Add NETSURF_USE_ARTWORKS to Makefile.config
svn path=/trunk/netsurf/; revision=4786
-rw-r--r--Makefile2
-rw-r--r--Makefile.config4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89a9a3660..9261f117c 100644
--- a/Makefile
+++ b/Makefile
@@ -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
# ----------------------------------------------------------------------------
diff --git a/Makefile.config b/Makefile.config
index 9b1f17eac..a7436fc82 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -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