gtkmm: fix dependency order
This commit is contained in:
parent
ea66319bc2
commit
5b05db5b06
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@ class Gtkmm < Formula
|
|||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "atkmm"
|
||||
depends_on "cairomm"
|
||||
depends_on "glibmm"
|
||||
depends_on "gtk+"
|
||||
depends_on "libsigc++"
|
||||
depends_on "pangomm"
|
||||
depends_on "atkmm"
|
||||
depends_on "cairomm"
|
||||
|
||||
needs :cxx11
|
||||
|
||||
|
|
Loading…
Reference in a new issue