cairo: make glib recommended.
This commit is contained in:
parent
166bc42bd3
commit
c2f7e8d399
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Cairo < Formula
|
|||
depends_on 'freetype' if build.without? 'x'
|
||||
depends_on :libpng
|
||||
depends_on 'pixman'
|
||||
depends_on 'glib' => :optional
|
||||
depends_on 'glib' => :recommended
|
||||
depends_on :x11 if build.with? 'x'
|
||||
|
||||
env :std if build.universal?
|
||||
|
|
Loading…
Reference in a new issue