summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
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