#604528 pkg-config information differs from one provided by GraphicsMagick++-config

Package:
libgraphicsmagick++1-dev
Source:
graphicsmagick
Description:
format-independent image processing - C++ development files
Submitter:
Dmitry Katsubo
Date:
2010-11-22 16:45:11 UTC
Severity:
normal
#604528#5
Date:
2010-11-22 16:43:32 UTC
From:
To:
It is expected that the list of libraries for static linking, returned
by 'pkg-config' and 'GraphicsMagick++-config', is the same. However, a
lot of libraries are missed in /usr/lib/pkgconfig/GraphicsMagick++.pc:

# pkg-config --static --libs GraphicsMagick++
-lGraphicsMagick++ -lGraphicsMagick

# GraphicsMagick++-config --libs
-lGraphicsMagick++ -lGraphicsMagick -llcms -ltiff -lfreetype -ljasper
-ljpeg -lpng -lwmflite -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lm
-lgomp -lpthread -lltdl

Expected: the lists are the same.