aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-11-14 13:20:55 -0600
committerJack Nagel2012-11-14 13:20:57 -0600
commit313698761cc91d90a0fb3668a5b4ccc00556c948 (patch)
tree1d5e7322a6d6e401bb318eb2697a71da4939a4f5 /Library
parent5981f7f0b23ac28d217475fdf0c56a5490b3fa32 (diff)
downloadhomebrew-313698761cc91d90a0fb3668a5b4ccc00556c948.tar.bz2
gtk+: needs xquartz >= 2.6.3
Fixes #15928.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gtk+.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gtk+.rb b/Library/Formula/gtk+.rb
index 2b6b65781..40b403220 100644
--- a/Library/Formula/gtk+.rb
+++ b/Library/Formula/gtk+.rb
@@ -15,7 +15,7 @@ class Gtkx < Formula
depends_on 'jasper' => :optional
depends_on 'atk' => :optional
depends_on 'cairo'
- depends_on :x11
+ depends_on :x11 => '2.6.3'
fails_with :llvm do
build 2326