| 1 |
diff -up openexr-1.6.1/OpenEXR.pc.in.pkgconfig openexr-1.6.1/OpenEXR.pc.in
|
| 2 |
--- openexr-1.6.1/OpenEXR.pc.in.pkgconfig 2007-03-30 12:14:05.000000000 -0500
|
| 3 |
+++ openexr-1.6.1/OpenEXR.pc.in 2008-01-09 10:08:53.000000000 -0600
|
| 4 |
@@ -7,5 +7,7 @@ OpenEXR_includedir=@includedir@/OpenEXR
|
| 5 |
Name: OpenEXR
|
| 6 |
Description: OpenEXR image library
|
| 7 |
Version: @OPENEXR_VERSION@
|
| 8 |
-Libs: -L${libdir} @ILMBASE_LDFLAGS@ -lIlmImf -lz @ILMBASE_LIBS@
|
| 9 |
-Cflags: @ILMBASE_CXXFLAGS@ -I${OpenEXR_includedir}
|
| 10 |
+Requires: IlmBase
|
| 11 |
+Libs: -L${libdir} -lIlmImf
|
| 12 |
+Libs.private: -lz
|
| 13 |
+Cflags: -I${OpenEXR_includedir}
|