From f155b46a5fbae9311c769aaaad5fa1ee88ef37ca Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 22 Jul 2021 01:53:49 +0800 Subject: graphics/gdal: Add HEIF option PR: 256984 Requested by: Philipp Ost --- graphics/gdal/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'graphics/gdal') diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index b91572a9b9b4..5249cab7f04a 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -32,6 +32,7 @@ CHARLS_DESC= JPEG-Lossless support via charls CRYPTOPP_DESC= Cryptopp support DODS_DESC= DODS/OPeNDAP support EXR_DESC= EXR support via OpenEXR library +HEIF_DESC= HEIF support via libheif library PCRE_DESC= Regular expression support for SQLite TILEDB_DESC= TileDB support @@ -117,6 +118,8 @@ GTA_CONFIGURE_WITH= gta GTA_LIB_DEPENDS= libgta.so:devel/libgta HDF5_CONFIGURE_WITH= hdf5 HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 +HEIF_CONFIGURE_WITH= heif +HEIF_LIB_DEPENDS= libheif.so:graphics/libheif JASPER_CONFIGURE_WITH= jasper JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper KML_CONFIGURE_WITH= libkml -- cgit v1.2.3