alter some library defaults to rely on automatic pkg-config detection

This commit is contained in:
Vincent Sanders 2019-10-01 21:28:26 +01:00
parent c9296f79a8
commit 79e406d951
1 changed files with 10 additions and 10 deletions

View File

@ -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