gource: disable X11.
References Homebrew/homebrew#17143. Fixes Homebrew/homebrew#17246.
This commit is contained in:
parent
eb39b5bb6a
commit
a1cd2b63a5
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class Gource < Formula
|
|||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--disable-sdltest",
|
||||
"--without-x",
|
||||
"--disable-freetypetest"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue