diff options
| author | Adam Vandenberg | 2012-08-26 22:17:49 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-26 22:17:49 -0700 |
| commit | 7f4a88736aceb9a805ece3f08bf7e777cbcdf09e (patch) | |
| tree | ad8f1bfe1c15df69d583c32d9673d0d786d7e0e9 /Library | |
| parent | 291ff6b399d75348e90a5c9174c7cc03d63d847f (diff) | |
| download | homebrew-7f4a88736aceb9a805ece3f08bf7e777cbcdf09e.tar.bz2 | |
cogl: use new dsl
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cogl.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/cogl.rb b/Library/Formula/cogl.rb index a86971a93..a9abf67a8 100644 --- a/Library/Formula/cogl.rb +++ b/Library/Formula/cogl.rb @@ -8,14 +8,13 @@ class Cogl < Formula head 'git://git.gnome.org/cogl' depends_on 'pkg-config' => :build - depends_on 'xz' => :build depends_on 'glib' depends_on 'pango' depends_on 'cairo' # needs cairo-gobject def install - system "./autogen.sh" if ARGV.build_head? + system "./autogen.sh" if build.head? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--disable-introspection" |
