poppler: depend on :fontconfig rather than :x11

master
Mike McQuaid 2012-08-22 14:01:21 -07:00
parent 71249da368
commit 997c423f27
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Poppler < Formula
depends_on 'qt' if build.include? 'with-qt4'
depends_on 'glib' if build.include? 'with-glib'
depends_on 'cairo' if build.include? 'with-glib' # Needs a newer Cairo build than OS X 10.6.7 provides
depends_on :x11 # Fontconfig headers
depends_on :fontconfig
option 'with-qt4', 'Build Qt backend'
option 'with-glib', 'Build Glib backend'