cairomm: depends on cairo with glib
This commit is contained in:
parent
f97046b816
commit
87ab50cce0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Cairomm < Formula
|
|||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libsigc++'
|
||||
depends_on 'cairo'
|
||||
depends_on 'cairo' => 'with-glib'
|
||||
depends_on :x11 unless build.include? 'without-x'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue