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. Homebrew/homebrew#15928.
This commit is contained in:
Jack Nagel 2013-01-02 23:27:42 -06:00
parent b6f5a404b0
commit 7de669c97b

View file

@ -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