Small pkgconfig file bug
Hans de Goede <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi, I just noticed the following with 6.4.0-10: [hans@localhost devel]$ pkg-config --libs MagickCore -lMagickWand -lMagickCore [hans@localhost devel]$ pkg-config --libs MagickWand -lMagickWand -lMagickCore [hans@localhost devel]$ Notice how pkg-config --libs MagickCore drags in both MagickWand and MagickCore, AFAIK this is incorrect as one should be able to use MagickCore standalone. Regards, Hans