cairo: make glib recommended.

This commit is contained in:
Mike McQuaid 2013-07-17 18:08:23 -07:00
parent 166bc42bd3
commit c2f7e8d399

View file

@ -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?