kolibrios/contrib/network/netsurf/netsurf/Makefile.config.example
Yogev Ezra bb2bbc6b91 Move NetSurf to /contrib folder
git-svn-id: svn://kolibrios.org@4364 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-12-15 14:01:21 +00:00

41 lines
982 B
Makefile

#
# NetSurf build configuration example
#
#
# 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, but make any
# alterations in your Makefile.config
# 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