We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d7536 commit ab73ca7Copy full SHA for ab73ca7
1 file changed
meson.build
@@ -401,7 +401,7 @@ endif
401
tiff_dep = []
402
option = get_option('tiff')
403
if not option.disabled()
404
- tiff_dep = cc.find_library('libtiff', required: get_option('tiff'))
+ tiff_dep = dependency('libtiff-4', required: get_option('tiff'))
405
if tiff_dep.found()
406
if cc.has_function('TIFFClientOpen', dependencies : tiff_dep)
407
conf_data.set('HAVE_TIFF', 1)
0 commit comments