Skip to content

Commit

Permalink
poppler: add missing dependency gperf (#21648)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnachun authored Nov 29, 2020
1 parent e1349f0 commit 538a1ec
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 538a1ec

Please sign in to comment.