From 79e406d951a7971853896492f90955ddf380c8ab Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 1 Oct 2019 21:28:26 +0100 Subject: alter some library defaults to rely on automatic pkg-config detection --- Makefile.defaults | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Makefile.defaults') 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 -- cgit v1.2.3