util: use crc32_z instead of crc32 and bump zlib dep to 1.2.9
1.2.9 has been released in January 2017, so let's assume we'll find it everywhere. Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27311>
This commit is contained in:

committed by
Marge Bot

parent
56f31d1847
commit
010272b62e
@@ -1537,7 +1537,7 @@ else
|
||||
dep_clock = cc.find_library('rt')
|
||||
endif
|
||||
|
||||
dep_zlib = dependency('zlib', version : '>= 1.2.3',
|
||||
dep_zlib = dependency('zlib', version : '>= 1.2.9',
|
||||
allow_fallback: true,
|
||||
required : get_option('zlib'))
|
||||
if dep_zlib.found()
|
||||
|
Reference in New Issue
Block a user