Skip to content

Commit

Permalink
gtkmm*, gtksourceview*: remove uneeded :x11 deps.
Browse files Browse the repository at this point in the history
These libraries have no direct dep on x11 it is up to whatever gtk is built
against.

Closes Homebrew/legacy-homebrew#36845.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
TingPing authored and MikeMcQuaid committed Feb 16, 2015
1 parent 1066be6 commit 2b46b89
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Formula/gtkmm.rb
Expand Up @@ -19,7 +19,6 @@ class Gtkmm < Formula
depends_on 'pangomm'
depends_on 'atkmm'
depends_on 'cairomm'
depends_on :x11

def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
Expand Down
1 change: 0 additions & 1 deletion Formula/gtkmm3.rb
Expand Up @@ -18,7 +18,6 @@ class Gtkmm3 < Formula
depends_on "pangomm"
depends_on "atkmm"
depends_on "cairomm"
depends_on :x11

def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
Expand Down
1 change: 0 additions & 1 deletion Formula/gtksourceview.rb
Expand Up @@ -11,7 +11,6 @@ class Gtksourceview < Formula
sha1 "466836536733808dfbbe8c874b02b3e9afa84006" => :mountain_lion
end

depends_on :x11
depends_on 'pkg-config' => :build
depends_on 'intltool' => :build
depends_on 'gettext'
Expand Down
1 change: 0 additions & 1 deletion Formula/gtksourceview3.rb
Expand Up @@ -11,7 +11,6 @@ class Gtksourceview3 < Formula
sha1 "9cb6385b341def8476ed445ef2223f72601878f7" => :mountain_lion
end

depends_on :x11
depends_on "pkg-config" => :build
depends_on "intltool" => :build
depends_on "gettext"
Expand Down

0 comments on commit 2b46b89

Please sign in to comment.