Skip to content

Commit

Permalink
(#25660) opencolorio: Bump lcms requirement to 2.16
Browse files Browse the repository at this point in the history
To prepare OpenImageIO 3.0.0.0 which is currently in beta and added libjxl support, to support
both opencolorio & libjxl requirements at the same time, the lcms version needs to match.
  • Loading branch information
irieger authored Nov 2, 2024
1 parent c42b245 commit cd1cf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/opencolorio/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def requirements(self):
self.requires("minizip-ng/3.0.9")

# for tools only
self.requires("lcms/2.14")
self.requires("lcms/2.16")
# TODO: add GLUT (needed for ociodisplay tool)

def validate(self):
Expand Down

0 comments on commit cd1cf21

Please sign in to comment.