gdal: Re-enable Poppler support

Currently, GDAL 1.9.2 can build against Poppler 0.20.5 so Poppler support is
not re-enabled for the `--complete` option.

Reverts cfad309.
master
Charlie Sharpsteen 2012-11-01 11:49:18 -07:00
parent 16207fae35
commit f3c34b2273
1 changed files with 5 additions and 6 deletions

View File

@ -81,6 +81,7 @@ class Gdal < Formula
# Other libraries
depends_on "xz" # get liblzma compression algorithm library from XZutils
depends_on "poppler"
end
def get_configure_args
@ -120,11 +121,7 @@ class Gdal < Formula
# Should be installed separately after GRASS installation using the
# official GDAL GRASS plugin.
"--without-grass",
"--without-libgrass",
# Poppler explicitly disabled. GDAL currently can't compile against
# Poppler 0.20.0.
"--without-poppler"
"--without-libgrass"
]
# Optional library support for additional formats.
@ -138,7 +135,8 @@ class Gdal < Formula
"--with-epsilon=#{HOMEBREW_PREFIX}",
"--with-odbc=#{HOMEBREW_PREFIX}",
"--with-xerces=#{HOMEBREW_PREFIX}",
"--with-dods-root=#{HOMEBREW_PREFIX}"
"--with-dods-root=#{HOMEBREW_PREFIX}",
"--with-poppler=#{HOMEBREW_PREFIX}"
]
else
args.concat [
@ -152,6 +150,7 @@ class Gdal < Formula
"--without-xerces",
"--without-epsilon",
"--without-libkml",
"--without-poppler",
"--without-podofo",
"--with-dods-root=no",