Skip to content

Commit

Permalink
imagemagick: fig jpeg CMake var
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jan 8, 2024
1 parent bf56cf3 commit 9a36120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/imagemagick/cmake/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def generate(self):
tc.variables["HAVE_UMEM"] = False
tc.variables["HEIC_DELEGATE"] = self.options.with_heic
tc.variables["JBIG_DELEGATE"] = self.options.with_jbig
tc.variables["JPEG_DELEGATE"] = self.options.with_jpeg
tc.variables["JPEG_DELEGATE"] = bool(self.options.with_jpeg)
tc.variables["JXL_DELEGATE"] = self.options.with_jxl
tc.variables["LCMS_DELEGATE"] = self.options.with_lcms
tc.variables["LIBOPENJP2_DELEGATE"] = self.options.with_openjp2
Expand Down

0 comments on commit 9a36120

Please sign in to comment.