aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2012-08-22 22:53:09 -0700
committerMike McQuaid2012-08-22 22:58:11 -0700
commit6ba5d063fef9580939437fd99f03064dbf14ee08 (patch)
treef8d49e01ee1c819a3a460ae93f506e7790967913 /Library
parenta563c9453e870be176904304b145ba5a8aa3b2ab (diff)
downloadhomebrew-6ba5d063fef9580939437fd99f03064dbf14ee08.tar.bz2
cogl: don't depend on x11 unnecessarily.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cogl.rb4
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?