diff options
| author | Mike McQuaid | 2012-08-22 14:01:21 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2012-08-22 14:01:21 -0700 |
| commit | 4a5557fa67bdca4554b153c00822382b88a4e79c (patch) | |
| tree | 2c8daec65327ac9dece5edab7f11c17466b7ad96 | |
| parent | e6647d3a77256673f603b4ebfe3e2db28a870982 (diff) | |
| download | homebrew-4a5557fa67bdca4554b153c00822382b88a4e79c.tar.bz2 | |
poppler: depend on :fontconfig rather than :x11
| -rw-r--r-- | Library/Formula/poppler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/poppler.rb b/Library/Formula/poppler.rb index a344f70a1..418011f46 100644 --- a/Library/Formula/poppler.rb +++ b/Library/Formula/poppler.rb @@ -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' |
