Skip to content

Commit

Permalink
gdal: require libjxl/0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Mar 26, 2024
1 parent 625bf43 commit 941aa57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/gdal/post_3.5.0/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ def requirements(self):
elif self.options.with_jpeg == "libjpeg-turbo":
self.requires("libjpeg-turbo/3.0.2")
if self.options.with_jxl:
self.requires("libjxl/0.6.1")
# 0.9+ is not compatible as of v3.8.4
self.requires("libjxl/0.8.2")
if self.options.with_kea:
self.requires("kealib/1.5.2")
if self.options.with_lerc:
Expand Down

0 comments on commit 941aa57

Please sign in to comment.