aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-01-02 23:27:42 -0600
committerJack Nagel2013-01-02 23:27:42 -0600
commit5a9b6adb71f540be879eee79040a5e2d6336f67e (patch)
tree82129fd561984bea15363c0c0da8ecc30a325cfe /Library
parent11de3d997be3ce321b17305dcea2761cfc172cfb (diff)
downloadhomebrew-5a9b6adb71f540be879eee79040a5e2d6336f67e.tar.bz2
gtk+: relax X11 dependency version
2.6.3 was chosen because Leopard's system X11 (2.1.6) is too old to build gtk+, and it was the most recent version that is compatible with Leopard. There are now reports that Snow Leopard's system X11 (2.3.6) can build this, so relax the requirement. c.f. #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 c6fb0cde7..08453c10b 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 => '2.6.3'
+ depends_on :x11 => '2.3.6'
fails_with :llvm do
build 2326