cogl: use new dsl

This commit is contained in:
Adam Vandenberg 2012-08-26 22:17:49 -07:00
parent f12dd08235
commit ce68720664

View file

@ -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"