From 5089622e823c634fcc362c4cebfe252f1fa4acad Mon Sep 17 00:00:00 2001 From: Kieran Ramos Date: Sun, 13 Oct 2013 14:04:24 -0400 Subject: atk: enable gobject-introspection Closes #23248. Signed-off-by: Jack Nagel --- Library/Formula/atk.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/atk.rb b/Library/Formula/atk.rb index 75cf208dd..deb1be2f6 100644 --- a/Library/Formula/atk.rb +++ b/Library/Formula/atk.rb @@ -8,6 +8,7 @@ class Atk < Formula depends_on 'pkg-config' => :build depends_on 'xz' => :build depends_on 'glib' + depends_on 'gobject-introspection' option :universal @@ -15,7 +16,7 @@ class Atk < Formula ENV.universal_binary if build.universal? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", - "--enable-introspection=no" + "--enable-introspection=yes" system "make" system "make install" end -- cgit v1.2.3