(QB) Bake in zlib by default, make zlib as dynamic library dependency
optional instead
This commit is contained in:
parent
e5d13bd32a
commit
2713e792ca
|
@ -82,8 +82,8 @@ HAVE_EGL=no # EGL context support
|
|||
HAVE_VG=auto # OpenVG support
|
||||
HAVE_CG=auto # Cg shader support
|
||||
HAVE_HLSL=no # HLSL9 shader support (for Direct3D9)
|
||||
HAVE_BUILTINZLIB=no # Bake in zlib
|
||||
HAVE_ZLIB=auto # zlib support (ZIP extract, PNG decoding/encoding)
|
||||
HAVE_BUILTINZLIB=yes # Bake in zlib
|
||||
HAVE_ZLIB=no # zlib support (ZIP extract, PNG decoding/encoding)
|
||||
HAVE_ALSA=auto # ALSA support
|
||||
C89_ALSA=no
|
||||
HAVE_TINYALSA=auto # TinyALSA support
|
||||
|
|
Loading…
Reference in New Issue