Skip to content

Commit

Permalink
Revert "opencolorio: Bump lcms requirement to 2.16" (#25794)
Browse files Browse the repository at this point in the history
* Revert "(#25660) opencolorio: Bump lcms requirement to 2.16"

This reverts commit cd1cf21.

* Fix linter warning
  • Loading branch information
AbrilRBS authored Nov 2, 2024
1 parent cd1cf21 commit 0e053a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/opencolorio/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class OpenColorIOConan(ConanFile):
url = "https://github.com/conan-io/conan-center-index"
topics = ("colors", "visual", "effects", "animation")
settings = "os", "arch", "compiler", "build_type"
package_type = "library"
options = {
"shared": [True, False],
"fPIC": [True, False],
Expand Down Expand Up @@ -66,7 +67,7 @@ def requirements(self):
self.requires("minizip-ng/3.0.9")

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

def validate(self):
Expand Down

0 comments on commit 0e053a6

Please sign in to comment.