Skip to content

Commit

Permalink
poppler: add linux-only dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed Nov 29, 2020
1 parent 6611349 commit ee3175d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/poppler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ class Poppler < Formula

uses_from_macos "curl"

on_linux do
depends_on "gperf"
end

conflicts_with "pdftohtml", "pdf2image", "xpdf",
because: "poppler, pdftohtml, pdf2image, and xpdf install conflicting executables"

Expand Down

0 comments on commit ee3175d

Please sign in to comment.