gnumeric: add depends_on :x11
gnumeric also needs a `depends_on :x11` so that it can find cairo. Fixes Homebrew/homebrew#13988 Closes Homebrew/homebrew#13991. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
49765e44bb
commit
d55ffa8f14
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ class Gnumeric < Formula
|
|||
depends_on 'intltool'
|
||||
depends_on 'goffice'
|
||||
depends_on 'rarian'
|
||||
depends_on :x11
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue