summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-10-23 13:22:21 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-10-23 13:22:21 +0000
commit8fba59953625f29c5b6e9abcbef5f20eaf1cc7aa (patch)
treeca1a22380bd124ed013db291c0af32cbba2dd6a8 /Makefile.defaults
parentc1afe81e063c7c9202a391228f1f9833170d7c3a (diff)
downloadnetsurf-8fba59953625f29c5b6e9abcbef5f20eaf1cc7aa.tar.gz
netsurf-8fba59953625f29c5b6e9abcbef5f20eaf1cc7aa.tar.bz2
Disable Sprite support - DataTypes can handle these.
svn path=/trunk/netsurf/; revision=13077
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index dd235d82a..d13f21ab6 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -218,7 +218,7 @@ ifeq ($(TARGET),amiga)
# Enable NetSurf's use of librosprite for displaying RISC OS Sprites
# Valid options: YES, NO, AUTO
- NETSURF_USE_ROSPRITE := YES
+ NETSURF_USE_ROSPRITE := NO
# Enable NetSurf's use of libmng for displaying MNGs, JNGs and PNGs
# Valid options: YES, NO (at least one of PNG/MNG/DT highly recommended)