mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
d5b03c125a
* fix oiiotool.exe * update version * update version * fix iconv * update version * fix build erro on osx * update version * Generate Imath.pc * update version * add dependency imath minizip-ng * updata version * update version * version
11 lines
427 B
Diff
11 lines
427 B
Diff
diff --git a/src/OpenColorIO/res/OpenColorIO.pc.in b/src/OpenColorIO/res/OpenColorIO.pc.in
|
|
index f25c280..d9a450b 100644
|
|
--- a/src/OpenColorIO/res/OpenColorIO.pc.in
|
|
+++ b/src/OpenColorIO/res/OpenColorIO.pc.in
|
|
@@ -9,3 +9,5 @@ Description: @PROJECT_DESCRIPTION@
|
|
URL: @PROJECT_HOMEPAGE_URL@
|
|
Libs: -L${libdir} -l@PROJECT_NAME@
|
|
Cflags: -I${includedir}
|
|
+Libs.private: -lpystring
|
|
+Requires.private: expat Imath yaml-cpp minizip-ng
|