diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cogl.rb | 7 |
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' |
