aalib: ensure build doesn't use X11
This commit is contained in:
parent
7ace000a1b
commit
4d0acfb559
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ class Aalib < Formula
|
|||
"--mandir=#{man}",
|
||||
"--infodir=#{info}",
|
||||
"--enable-shared=yes",
|
||||
"--enable-static=yes"
|
||||
"--enable-static=yes",
|
||||
"--without-x"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue