summaryrefslogtreecommitdiffstats
path: root/src/graphicsmagick-1-fix-xml2-config.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-06-16 18:42:27 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-06-16 18:42:27 (GMT)
commitff111bce082b5596e371d6a12b2f77a9116b897a (patch)
treefa7056b86911acd36ed6adf054690471c1eb3150 /src/graphicsmagick-1-fix-xml2-config.patch
parent9cb4fbbfc51cc0c0718f2827c04263080d4f76ec (diff)
downloadmxe-ff111bce082b5596e371d6a12b2f77a9116b897a.zip
mxe-ff111bce082b5596e371d6a12b2f77a9116b897a.tar.gz
mxe-ff111bce082b5596e371d6a12b2f77a9116b897a.tar.bz2
package graphicsmagick: fix dependencies
Diffstat (limited to 'src/graphicsmagick-1-fix-xml2-config.patch')
-rw-r--r--src/graphicsmagick-1-fix-xml2-config.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphicsmagick-1-fix-xml2-config.patch b/src/graphicsmagick-1-fix-xml2-config.patch
index ab6d2d0..1c2361b 100644
--- a/src/graphicsmagick-1-fix-xml2-config.patch
+++ b/src/graphicsmagick-1-fix-xml2-config.patch
@@ -38,9 +38,10 @@ diff --git a/magick/GraphicsMagick.pc.in b/magick/GraphicsMagick.pc.in
index 5757b37..87e3fd4 100644
--- a/magick/GraphicsMagick.pc.in
+++ b/magick/GraphicsMagick.pc.in
-@@ -8,4 +8,5 @@ Name: GraphicsMagick
+@@ -8,4 +8,6 @@ Name: GraphicsMagick
Version: @PACKAGE_VERSION@
Description: GraphicsMagick image processing library
++Requires.private: libxml-2.0
Libs: -L${libdir} -lGraphicsMagick
+Libs.private: @MAGICK_API_LDFLAGS@ @MAGICK_API_LIBS@
Cflags: -I${includedir} @MAGICK_API_PC_CPPFLAGS@