aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cairo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cairo.rb b/Library/Formula/cairo.rb
index bb80e7c1d..be46ae922 100644
--- a/Library/Formula/cairo.rb
+++ b/Library/Formula/cairo.rb
@@ -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?