diff options
| author | Kieran Ramos | 2013-10-13 14:04:24 -0400 |
|---|---|---|
| committer | Jack Nagel | 2013-10-18 19:26:37 -0500 |
| commit | 5089622e823c634fcc362c4cebfe252f1fa4acad (patch) | |
| tree | 638c51a19d567911a77904c19a0ea347ded57961 /Library/Formula | |
| parent | 37b99e12d9f49f44b1f175d49badfae6dccdd1f6 (diff) | |
| download | homebrew-5089622e823c634fcc362c4cebfe252f1fa4acad.tar.bz2 | |
atk: enable gobject-introspection
Closes #23248.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/atk.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
