summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example53
1 files changed, 25 insertions, 28 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
index 15aa4f001..a142d4610 100644
--- a/Makefile.config.example
+++ b/Makefile.config.example
@@ -9,32 +9,29 @@
# 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
+### To enable/disable MNG support, uncomment the appropriate line below.
+# override NETSURF_USE_MNG := YES
+# override 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
+
+### 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