summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-10-01 21:28:26 +0100
committerVincent Sanders <vince@kyllikki.org>2019-10-01 21:28:26 +0100
commit79e406d951a7971853896492f90955ddf380c8ab (patch)
tree537575aff03e979f8fd2202d2a7da8ca8ae94077
parentc9296f79a8323bce56898f3b5021543807f1168f (diff)
downloadnetsurf-79e406d951a7971853896492f90955ddf380c8ab.tar.gz
netsurf-79e406d951a7971853896492f90955ddf380c8ab.tar.bz2
alter some library defaults to rely on automatic pkg-config detection
-rw-r--r--Makefile.defaults20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index 12c83a11d..31d4a424c 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -32,28 +32,28 @@
# ----------------------------------------------------------------------------
# Enable NetSurf's use of libcurl for fetching over http(s)
-# Valid options: YES, NO (highly recommended)
+# Valid options: YES, NO, AUTO (highly recommended)
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 openssl for processing certificates
+# Valid options: YES, NO, AUTO
+NETSURF_USE_OPENSSL := AUTO
# Enable NetSurf's use of libnsbmp for displaying BMPs and ICOs
-# Valid options: YES, NO
-NETSURF_USE_BMP := YES
+# Valid options: YES, NO, AUTO
+NETSURF_USE_BMP := AUTO
# Enable NetSurf's use of libnsgif for displaying GIFs
-# Valid options: YES, NO (highly recommended)
-NETSURF_USE_GIF := YES
+# Valid options: YES, NO, AUTO (highly recommended)
+NETSURF_USE_GIF := AUTO
# Enable NetSurf's use of libjpeg for displaying JPEGs
# Valid options: YES, NO (highly recommended)
NETSURF_USE_JPEG := YES
# Enable NetSurf's use of libpng for displaying PNGs.
-# Valid options: YES, NO (highly recommended)
-NETSURF_USE_PNG := YES
+# Valid options: YES, NO, AUTO (highly recommended)
+NETSURF_USE_PNG := AUTO
# Enable NetSurf's use of gstreamer for displaying videos
# Valid options: YES, NO