aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-11-13 12:08:06 -0600
committerJack Nagel2014-11-13 12:08:06 -0600
commit67f705deeddbc0f727307160ff8dc9f2101f96f1 (patch)
treef82c78275014a55b24911080075da2b4aa8e59e5 /Library/Formula
parent9b9ce3ea9d479991875a08c0a21ecbc4bf666068 (diff)
downloadhomebrew-67f705deeddbc0f727307160ff8dc9f2101f96f1.tar.bz2
clutter: update x11 option
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/clutter.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/clutter.rb b/Library/Formula/clutter.rb
index efd964565..40cdead4f 100644
--- a/Library/Formula/clutter.rb
+++ b/Library/Formula/clutter.rb
@@ -11,7 +11,7 @@ class Clutter < Formula
sha1 "7565ae43a559f988271cfdf8a745cc7919659efe" => :lion
end
- option "without-x", "Build without X11 support"
+ deprecated_option "without-x" => "without-x11"
depends_on "pkg-config" => :build
depends_on "glib"
@@ -21,7 +21,7 @@ class Clutter < Formula
depends_on "atk"
depends_on "pango"
depends_on "json-glib"
- depends_on :x11 => "2.5.1" if build.with? "x"
+ depends_on :x11 => ["2.5.1", :recommended]
depends_on "gobject-introspection"
def install
@@ -37,7 +37,7 @@ class Clutter < Formula
--disable-gtk-doc-html
]
- if build.with? "x"
+ if build.with? "x11"
args.concat %w{
--with-x --enable-x11-backend=yes
--enable-gdk-pixbuf=yes