summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2016-08-13 13:09:39 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2016-08-13 13:31:07 +0100
commitfe00eac8cb0740b74ec2f586d98e741c84299d90 (patch)
tree2118f4f5b478ec66439c41fe14ccdfae4ad236e4 /Makefile.defaults
parent78d53fff1f7cd6dc3a40c01ac3b31b0eb7ab7e21 (diff)
downloadnetsurf-fe00eac8cb0740b74ec2f586d98e741c84299d90.tar.gz
netsurf-fe00eac8cb0740b74ec2f586d98e741c84299d90.tar.bz2
Buildsystem: Make curl/openssl usage build-time options.
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index 196e19236..1651a2d21 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -31,6 +31,14 @@
# Options relating to all versions of NetSurf
# ----------------------------------------------------------------------------
+# Enable NetSurf's use of libcurl for fetching over http(s)
+# Valid options: YES, NO
+NETSURF_USE_CURL := YES
+
+# Enable NetSurf's use of openssl for fetching over https
+# Valid options: YES, NO
+NETSURF_USE_OPENSSL := YES
+
# Enable NetSurf's use of libnsbmp for displaying BMPs and ICOs
# Valid options: YES, NO
NETSURF_USE_BMP := YES