cairomm: fix dependency order
This commit is contained in:
parent
6c876568f1
commit
f3e07cd78e
1 changed files with 2 additions and 3 deletions
|
@ -16,10 +16,9 @@ class Cairomm < Formula
|
|||
needs :cxx11
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libsigc++"
|
||||
|
||||
depends_on "libpng"
|
||||
depends_on "cairo"
|
||||
depends_on "libpng"
|
||||
depends_on "libsigc++"
|
||||
|
||||
def install
|
||||
ENV.cxx11
|
||||
|
|
Loading…
Reference in a new issue