diff options
Diffstat (limited to 'Library')
| -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' |
