[mingw-cximage/f17] Fix pkg-config --static

Marc-André Lureau elmarco at fedoraproject.org
Sat Jun 9 10:46:10 UTC 2012


commit fbda77ef33e67d93957c0ed633e7934649066cbd
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Sat Jun 9 12:45:49 2012 +0200

    Fix pkg-config --static

 cximage.pc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/cximage.pc b/cximage.pc
index 4d7c906..140c06a 100644
--- a/cximage.pc
+++ b/cximage.pc
@@ -10,3 +10,5 @@ Description: CxImage Image Manipulation Library
 Version: 6.0.0
 Libs: -L${libdir} -lcximage
 Cflags: -I${includedir}/CxImage
+Requires.private: libpng15 zlib
+Libs.private: -lgdi32 -lws2_32 -ltiff -ljasper -ljpeg


More information about the scm-commits mailing list