summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-02 14:35:40 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-02 14:35:40 +0000
commit611e4f8cbe5bfce70dc24a7913fcf82212f70b27 (patch)
treea1fb3a70255c8fe15783a7bb6bab624cba4abb9e /Makefile.config
parent26203b22157e0b92caa973d712968f4f4bbeee6c (diff)
downloadnetsurf-611e4f8cbe5bfce70dc24a7913fcf82212f70b27.tar.gz
netsurf-611e4f8cbe5bfce70dc24a7913fcf82212f70b27.tar.bz2
Added changes for TARGET=amiga
svn path=/trunk/netsurf/; revision=4865
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index 0d8c8778d..8765610f3 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -96,6 +96,20 @@ ifeq ($(TARGET),gtk)
endif
+# ----------------------------------------------------------------------------
+# Amiga-specific options
+# ----------------------------------------------------------------------------
+ifeq ($(TARGET),amiga)
+
+ # Use James Shaw's librosprite for rendering RISC OS Sprites
+ # Valid options: YES, NO, AUTO
+ NETSURF_USE_ROSPRITE := YES
+
+ # Use libharu to enable PDF export and GTK printing support.
+ # Valid options: YES, NO
+ NETSURF_USE_HARU_PDF := NO
+
+endif
# Include any local overrides
-include Makefile.config.override