diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cogl.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cogl.rb b/Library/Formula/cogl.rb index 48ba6df69..a86971a93 100644 --- a/Library/Formula/cogl.rb +++ b/Library/Formula/cogl.rb @@ -8,11 +8,11 @@ class Cogl < Formula head 'git://git.gnome.org/cogl' depends_on 'pkg-config' => :build + depends_on 'xz' => :build - depends_on :x11 + depends_on 'glib' depends_on 'pango' depends_on 'cairo' # needs cairo-gobject - depends_on 'glib' def install system "./autogen.sh" if ARGV.build_head? |
