mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-30 20:59:12 +08:00
28f7523ba0
* Fix exported Imath dependency * Drop unused deps from patches and config * Handle DLL import in installed header * Fix non-required find_package(OpenColorIO) * Omit unrelocatable script * Installation cleanup * Update to 2.1.2 * Fix exported pc file * Update versions * Silence warning * Update versions
11 lines
416 B
Diff
11 lines
416 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
|