diff options
| author | Jack Nagel | 2013-10-06 20:56:55 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-10-06 20:56:55 -0500 |
| commit | 3b4661fa53ab0aeb89e3e50ab12d6929c78a0ea6 (patch) | |
| tree | c5c0408675900b313b4e76dcccf3d98cf8258b7f /Library/Formula | |
| parent | 231698291da331947f67e66b44f57caccfb2e939 (diff) | |
| download | homebrew-3b4661fa53ab0aeb89e3e50ab12d6929c78a0ea6.tar.bz2 | |
cogl: update configure options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cogl.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/cogl.rb b/Library/Formula/cogl.rb index 2e592d9cc..dfb68bc6a 100644 --- a/Library/Formula/cogl.rb +++ b/Library/Formula/cogl.rb @@ -26,7 +26,9 @@ class Cogl < Formula system "./autogen.sh" if build.head? args = %W[ --disable-dependency-tracking + --disable-silent-rules --prefix=#{prefix} + --enable-cogl-pango=yes --disable-introspection ] args << '--without-x' if build.without? 'x' |
