evince: update libxml2 dependency
This commit is contained in:
parent
5323d42fb0
commit
a0e41c560f
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Evince < Formula
|
|||
depends_on "intltool" => :build
|
||||
depends_on "itstool" => :build
|
||||
depends_on "poppler"
|
||||
depends_on "libxml2" => "with-python"
|
||||
depends_on "libxml2"
|
||||
depends_on "gtk+3"
|
||||
depends_on "hicolor-icon-theme"
|
||||
depends_on "gnome-icon-theme"
|
||||
|
@ -30,6 +30,7 @@ class Evince < Formula
|
|||
# be filed for this since it only occurs because Homebrew renames gtk+3's gtk-update-icon-cache
|
||||
# to gtk3-update-icon-cache in order to avoid a collision between gtk+ and gtk+3.
|
||||
inreplace "data/Makefile.in", "gtk-update-icon-cache", "gtk3-update-icon-cache"
|
||||
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--disable-silent-rules",
|
||||
|
|
Loading…
Reference in a new issue