tlk / homebrew-imagemagick-x11

macOS Homebrew tap: ImageMagick with X11 support
BSD 2-Clause "Simplified" License
27 stars 1 forks source link

change a delegate library #10

Closed exekutive closed 5 months ago

exekutive commented 1 year ago

Is it possible to use your tap to compile IM , but changing one of the libraries? The core HB formula for webp is broken (missing webpmux) I want to use this one instead: https://github.com/skyzyx/homebrew-webp

exekutive commented 5 months ago

this was easy just change depends_on "webp" to depends_on "skyzyx/webp/webp-full"