aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pango.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/pango.rb b/Library/Formula/pango.rb
index 39e260b2a..7b9e1b20a 100644
--- a/Library/Formula/pango.rb
+++ b/Library/Formula/pango.rb
@@ -14,6 +14,7 @@ class Pango < Formula
depends_on 'harfbuzz'
depends_on 'fontconfig'
depends_on :x11 unless build.without? 'x'
+ depends_on 'gobject-introspection'
fails_with :llvm do
build 2326
@@ -26,7 +27,7 @@ class Pango < Formula
--prefix=#{prefix}
--enable-man
--with-html-dir=#{share}/doc
- --disable-introspection
+ --enable-introspection=yes
]
if build.include? 'without-x'