2009-03-27 14:25:27 +03:00
|
|
|
#
|
2009-03-27 17:26:43 +03:00
|
|
|
# NetSurf build configuration example
|
2009-03-27 14:25:27 +03:00
|
|
|
#
|
2010-04-06 23:50:52 +04:00
|
|
|
#
|
2009-03-27 17:26:43 +03:00
|
|
|
# To configure NetSurf's build options create a Makefile.config file. This is
|
|
|
|
# an example Makefile.config.
|
2009-03-27 14:25:27 +03:00
|
|
|
#
|
2011-03-13 14:35:00 +03:00
|
|
|
# To see the available config options, look at Makefile.defaults, but make any
|
|
|
|
# alterations in your Makefile.config
|
2009-03-27 17:26:43 +03:00
|
|
|
|
2014-01-04 21:07:11 +04:00
|
|
|
### To enable/disable PNG support, uncomment the appropriate line below.
|
|
|
|
# override NETSURF_USE_PNG := YES
|
|
|
|
# override NETSURF_USE_PNG := NO
|
2013-11-18 02:09:26 +04:00
|
|
|
|
|
|
|
### 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
|
|
|
|
|
|
|
|
### To enable/disable JavaScript support, uncomment the appropriate line below.
|
|
|
|
# override NETSURF_USE_JS := NO
|
|
|
|
# override NETSURF_USE_JS := YES
|
|
|
|
# override NETSURF_USE_MOZJS := NO
|
|
|
|
# override NETSURF_USE_MOZJS := YES
|
2009-03-27 14:25:27 +03:00
|
|
|
|