From 853b9dc4c88f05a5c4a76413028241ed5722f1aa Mon Sep 17 00:00:00 2001 From: John F <50317654+jhford-scout24@users.noreply.github.com> Date: Tue, 16 Jul 2019 12:17:20 +0200 Subject: [PATCH] Use specific version of MagickCore in MagickWand.pc (#1638) --- MagickWand/MagickWand.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- 2.50.1