From 2a127d1d3379342eb84ff9deafaafc72484fa129 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 13 Mar 2014 18:15:08 -0500 Subject: cogl: add autotools deps for HEAD --- Library/Formula/cogl.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/cogl.rb b/Library/Formula/cogl.rb index 0eaba9159..a3f17c2f2 100644 --- a/Library/Formula/cogl.rb +++ b/Library/Formula/cogl.rb @@ -5,7 +5,12 @@ class Cogl < Formula url 'http://ftp.gnome.org/pub/gnome/sources/cogl/1.14/cogl-1.14.0.tar.xz' sha256 '276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8' - head 'git://git.gnome.org/cogl' + head do + url "git://git.gnome.org/cogl" + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build + end option 'without-x', 'Build without X11 support' -- cgit v1.2.3