Skip to content

Commit

Permalink
poppler: add nss optional dependency (#21420)
Browse files Browse the repository at this point in the history
This option enables the build of signature verification API in libpoppler and a new
commandline utility: pdfsig
  • Loading branch information
agrr authored and ilovezfs committed Dec 12, 2017
1 parent b665a4b commit 7913d8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/poppler.rb
Expand Up @@ -12,6 +12,7 @@ class Poppler < Formula

option "with-qt", "Build Qt5 backend"
option "with-little-cms2", "Use color management system"
option "with-nss", "Use NSS library for PDF signature validation"

deprecated_option "with-qt4" => "with-qt"
deprecated_option "with-qt5" => "with-qt"
Expand All @@ -31,6 +32,7 @@ class Poppler < Formula
depends_on "openjpeg"
depends_on "qt" => :optional
depends_on "little-cms2" => :optional
depends_on "nss" => :optional

conflicts_with "pdftohtml", "pdf2image", "xpdf",
:because => "poppler, pdftohtml, pdf2image, and xpdf install conflicting executables"
Expand Down

0 comments on commit 7913d8c

Please sign in to comment.