Expand Makefile.config.example to include some common examples.

svn path=/trunk/netsurf/; revision=12019
This commit is contained in:
Michael Drake 2011-03-13 11:35:00 +00:00
parent 860c03e1b7
commit c29ae3efef
1 changed files with 30 additions and 4 deletions

View File

@ -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