cairomm: removed unused configure switches
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
e555869ec8
commit
7d4cad5a14
1 changed files with 1 additions and 5 deletions
|
@ -18,11 +18,7 @@ class Cairomm < Formula
|
|||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--without-x",
|
||||
"--without-xlib",
|
||||
"--disable-quartz",
|
||||
"--disable-quartz-font"
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue