Skip to content

Commit

Permalink
cairo: make glib recommended.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jul 18, 2013
1 parent 27b4586 commit 96680d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/cairo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 96680d5

Please sign in to comment.