diff options
author | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2011-03-06 13:58:02 +0000 |
---|---|---|
committer | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2011-03-06 13:58:02 +0000 |
commit | 5ac45472c7af8ccf686ea93791e491899889f087 (patch) | |
tree | 9d64a00ac2ceff5686f247ad163839a880f71b71 /Makefile.defaults | |
parent | bfadf014825099ca4021a083fca7a6a83d737331 (diff) | |
download | netsurf-5ac45472c7af8ccf686ea93791e491899889f087.tar.gz |
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
Diffstat (limited to 'Makefile.defaults')
-rw-r--r-- | Makefile.defaults | 4 |
1 files changed, 4 insertions, 0 deletions
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 |