Skip to content

Commit

Permalink
gdal/post_3.5.0: fix libjpeg-turbo support
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 21, 2023
1 parent 5071c93 commit 3fbffd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/gdal/post_3.5.0/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ def generate(self):
"libgeotiff": "GEOTIFF::GEOTIFF",
"libheif": "HEIF::HEIF",
"libjxl": "JXL::JXL",
"libjpeg": "JPEG::JPEG",
"libjpeg-turbo::jpeg": "JPEG::JPEG",
"librasterlite2": "RASTERLITE2::RASTERLITE2",
"libspatialite": "SPATIALITE::SPATIALITE",
"libwebp": "WEBP::WebP",
Expand Down

0 comments on commit 3fbffd7

Please sign in to comment.