From c29ae3efef044c5262db9c7e240c76b14874dc76 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 13 Mar 2011 11:35:00 +0000 Subject: Expand Makefile.config.example to include some common examples. svn path=/trunk/netsurf/; revision=12019 --- Makefile.config.example | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) (limited to 'Makefile.config.example') diff --git a/Makefile.config.example b/Makefile.config.example index 193a94cde..15aa4f001 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -5,10 +5,36 @@ # To configure NetSurf's build options create a Makefile.config file. This is # an example Makefile.config. # -# To see the available config options, look at Makefile.defaults +# To see the available config options, look at Makefile.defaults, but make any +# alterations in your Makefile.config -# For example, by default, NetSurf builds with BMP support. If you -# wish to disable this, then uncomment the following line. +# To enable/disable MNG support, uncomment the appropriate line below. + +### NETSURF_USE_MNG := YES +### NETSURF_USE_MNG := NO + + +# To enable/disable SVGTiny support, uncomment the appropriate line below. + +### override NETSURF_USE_NSSVG := YES +### override NETSURF_USE_NSSVG := NO + + +# To enable/disable RSVG support, uncomment the appropriate line below. + +### override NETSURF_USE_RSVG := YES +### override NETSURF_USE_RSVG := NO + + +# To enable/disable BMP support, uncomment the appropriate line below. + +### override NETSURF_USE_BMP := YES +### override NETSURF_USE_BMP := NO + + +# To make the framebuffer front end use freetype for text, uncomment the +# following line + +### override NETSURF_FB_FONTLIB := freetype -# override NETSURF_USE_BMP := NO -- cgit v1.2.3