mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
Expand Makefile.config.example to include some common examples.
svn path=/trunk/netsurf/; revision=12019
This commit is contained in:
parent
860c03e1b7
commit
c29ae3efef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user