Project

General

Profile

Feature #32 » 0029-Meson-Search-mwand-by-MagickWand-6.Q16HDRI.pc.patch

main, S3_2 - Marko Lindqvist, 12/06/2023 03:54 AM

View differences:

meson.build
mwand_incl = '#include <MagickWand/MagickWand.h>'
else
mw_dep = dependency('MagickWand', version : '>= 6.0', required : false)
if not mw_dep.found()
mw_dep = dependency('MagickWand-6.Q16HDRI', required: false)
endif
if mw_dep.found()
mwand_incl = '#include <wand/MagickWand.h>'
mwand_incl = '#include <wand/MagickWand.h>'
endif
endif
if mw_dep.found()
(1-1/2)