aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKieran Ramos2013-10-13 14:00:14 -0400
committerJack Nagel2013-10-18 19:26:37 -0500
commit37b99e12d9f49f44b1f175d49badfae6dccdd1f6 (patch)
tree74e58402115338abf62e9cb280669127c0907b4a /Library
parentbf72ed8e6a6de86c62b4000095eda6a0ddf0d148 (diff)
downloadhomebrew-37b99e12d9f49f44b1f175d49badfae6dccdd1f6.tar.bz2
pango: enable gobject-introspection
Closes #23247. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-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'