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:
parent
b6f5a404b0
commit
7de669c97b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue