Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

graphicsmagick should depend on xz #8672

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions Library/Formula/graphicsmagick.rb
Expand Up @@ -24,6 +24,7 @@ class Graphicsmagick < Formula
depends_on 'little-cms' => :optional depends_on 'little-cms' => :optional
depends_on 'jasper' => :optional depends_on 'jasper' => :optional
depends_on 'ghostscript' => :recommended if ghostscript_srsly? depends_on 'ghostscript' => :recommended if ghostscript_srsly?
depends_on 'xz' => :optional


fails_with_llvm fails_with_llvm


Expand Down