aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-13 18:15:08 -0500
committerJack Nagel2014-03-13 18:15:08 -0500
commit2a127d1d3379342eb84ff9deafaafc72484fa129 (patch)
treea86578734e22aa0c843230568440181a7d2aaa02 /Library/Formula
parent41064a0b7a1684b4a7098e302d73d684a8d5a7e5 (diff)
downloadhomebrew-2a127d1d3379342eb84ff9deafaafc72484fa129.tar.bz2
cogl: add autotools deps for HEAD
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cogl.rb7
1 files changed, 6 insertions, 1 deletions
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'