diff options
| author | cosmo0920 | 2014-04-19 16:41:09 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-02 21:26:42 -0700 |
| commit | 4c7ee3a4f8a8e090f31b6e565392f0e45fa017be (patch) | |
| tree | 1b1012e2068ae90f471b7f721261cfbfb88c6bc5 /Library | |
| parent | c8d73294f647fb0e0fc6cc221cfc1e8bb6d2741f (diff) | |
| download | homebrew-4c7ee3a4f8a8e090f31b6e565392f0e45fa017be.tar.bz2 | |
gtk+: Make '--enable-introspection=yes' explicit
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gtk+.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/gtk+.rb b/Library/Formula/gtk+.rb index 2ccb6b64e..f61db4e6a 100644 --- a/Library/Formula/gtk+.rb +++ b/Library/Formula/gtk+.rb @@ -21,6 +21,7 @@ class Gtkx < Formula depends_on 'atk' depends_on 'cairo' depends_on :x11 => '2.3.6' + depends_on 'gobject-introspection' fails_with :llvm do build 2326 @@ -31,7 +32,7 @@ class Gtkx < Formula system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--disable-glibtest", - "--disable-introspection", + "--enable-introspection=yes", "--disable-visibility" system "make install" end |
