aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cogl.rb2
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'