We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbce0c6 commit aa017b8Copy full SHA for aa017b8
packages/conan/recipes/oiio/conanfile.py
@@ -341,7 +341,7 @@ def package_info(self):
341
self.cpp_info.components["OpenImageIO"].requires.append("libultrahdr::libultrahdr")
342
if self.options.with_python: # ASWF: build Python bindings
343
self.cpp_info.components["OpenImageIO"].requires.append("cpython::cpython")
344
- if self.options.with_python: # ASWF: Use OpenJPH for JPEG-2000
+ if self.options.with_openjph: # ASWF: Use OpenJPH for JPEG-2000
345
self.cpp_info.components["OpenImageIO"].requires.append("openjph::openjph")
346
if self.settings.os in ["Linux", "FreeBSD"]:
347
self.cpp_info.components["OpenImageIO"].system_libs.extend(["dl", "m", "pthread"])
0 commit comments