add brew extsources for libtiff (#3707)

pull/3856/head
ruki 10 months ago committed by GitHub
parent 85d0b51bec
commit 9c9e6660df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      packages/l/libtiff/xmake.lua

@ -17,6 +17,11 @@ package("libtiff")
add_configs("jpeg", {description = "use libjpeg (required for JPEG compression)", default = false, type = "boolean"})
add_configs("zstd", {description = "use libzstd (required for ZSTD compression)", default = false, type = "boolean"})
add_configs("webp", {description = "use libwebp (required for WEBP compression)", default = false, type = "boolean"})
if is_plat("macosx") then
add_extsources("brew::libtiff/libtiff-4")
end
local configdeps = {zlib = "zlib",
libdeflate = "libdeflate",
jpeg = "libjpeg-turbo",

Loading…
Cancel
Save