From 5ac45472c7af8ccf686ea93791e491899889f087 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 6 Mar 2011 13:58:02 +0000 Subject: Fix broken CONTENT_PLUGIN API. Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924 --- Makefile.defaults | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index effead2e7..e84d2935d 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -213,6 +213,10 @@ ifeq ($(TARGET),amiga) # Valid options: YES, NO (recommended) NETSURF_USE_AMIGA_ICON := YES + # Enable NetSurf's use of DataTypes for unknown filetypes + # Valid options: YES, NO + NETSURF_USE_PLUGINS := YES + # Enable NetSurf's use of libsvgtiny for displaying SVGs # (NB: Requires NETSURF_AMIGA_USE_CAIRO) # Valid options: YES, NO -- cgit v1.2.3