From 8a888cf1cf2fc1486b94ce3b3aa392b721d2ab83 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 4 Feb 2014 10:58:22 -0500 Subject: poppler: enable splash backend by default The splash backend is enabled by default, but it was made into an explicit option in 42b31c4981c6c02749217dc9b7181a9f260dc823. This resulted in it being *disabled* unless the option was passed, which broke (at least) pdf2htmlex, which expects this functionality to be present. Fixes #26373. --- Library/Formula/poppler.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/poppler.rb b/Library/Formula/poppler.rb index 44457ce0a..8e1ffd9c9 100644 --- a/Library/Formula/poppler.rb +++ b/Library/Formula/poppler.rb @@ -8,7 +8,6 @@ class Poppler < Formula option 'with-qt4', 'Build Qt backend' option 'with-glib', 'Build Glib backend' # requires cairo option 'with-lcms2', 'Use color management system' - option 'with-splash-output', 'Build with Splash output backend' depends_on 'pkg-config' => :build depends_on 'xz' => :build @@ -48,7 +47,6 @@ class Poppler < Formula args << ( build.with?('glib') ? '--enable-poppler-glib' : '--disable-poppler-glib' ) args << ( build.with?('glib') ? '' : '--disable-cairo-output' ) args << ( build.with?('lcms2') ? '--enable-cms=lcms2' : '' ) - args << ( build.with?('splash-output') ? '' : '--disable-splash-output' ) system "./configure", *args system "make install" -- cgit v1.2.3