summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-13 11:35:00 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-13 11:35:00 +0000
commitc29ae3efef044c5262db9c7e240c76b14874dc76 (patch)
treef689bc82df205a314ad6243bc79daee2ce2784e1 /Makefile.config.example
parent860c03e1b7f449de6e349ed78feb6d426f9e87ed (diff)
downloadnetsurf-c29ae3efef044c5262db9c7e240c76b14874dc76.tar.gz
netsurf-c29ae3efef044c5262db9c7e240c76b14874dc76.tar.bz2
Expand Makefile.config.example to include some common examples.
svn path=/trunk/netsurf/; revision=12019
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example34
1 files changed, 30 insertions, 4 deletions
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