Skip to content

Commit

Permalink
gtk+: restore minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Sep 30, 2014
1 parent 7470af2 commit ff7b4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Library/Formula/gtk+.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Gtkx < Formula
depends_on 'jasper' => :optional
depends_on 'atk'
depends_on 'cairo'
depends_on :x11 => :recommended # '2.3.6'
depends_on :x11 => ['2.3.6', :recommended]
depends_on 'gobject-introspection'

fails_with :llvm do
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/gtk+3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Gtkx3 < Formula
sha1 "c0dde5f4a0da96b2f025832c53706514529575ef" => :lion
end

depends_on :x11 => :recommended # (2.5) needs XInput2, introduced in libXi 1.3
depends_on :x11 => ['2.5', :recommended] # needs XInput2, introduced in libXi 1.3
depends_on 'pkg-config' => :build
depends_on 'glib'
depends_on 'jpeg'
Expand Down

0 comments on commit ff7b4ed

Please sign in to comment.