From: John F <50317654+jhford-scout24@users.noreply.github.com> Date: Tue, 16 Jul 2019 10:17:20 +0000 (+0200) Subject: Use specific version of MagickCore in MagickWand.pc (#1638) X-Git-Tag: 7.0.8-54~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=853b9dc4c88f05a5c4a76413028241ed5722f1aa;p=imagemagick Use specific version of MagickCore in MagickWand.pc (#1638) --- diff --git a/MagickWand/MagickWand.pc.in b/MagickWand/MagickWand.pc.in index 4a9eed037..d50fe2897 100644 --- a/MagickWand/MagickWand.pc.in +++ b/MagickWand/MagickWand.pc.in @@ -9,7 +9,7 @@ Name: MagickWand Description: MagickWand - C API for ImageMagick (ABI @MAGICK_ABI_SUFFIX@) URL: https://github.com/ImageMagick Version: @PACKAGE_VERSION@ -Requires: MagickCore +Requires: MagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@ Cflags: -I${includearchdir} -I${includedir} @MAGICK_PCFLAGS@ Libs: -L${libdir} -l${libname} Libs.private: -L${libdir} -l${libname} @MAGICK_LIBS@ @MATH_LIBS@