diff options
| author | Jack Nagel | 2014-11-13 12:08:06 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-13 12:08:06 -0600 |
| commit | 9b9ce3ea9d479991875a08c0a21ecbc4bf666068 (patch) | |
| tree | 54784cd95da1107f8314a1e3d6aa7bd3f4ae7a50 /Library/Formula/clutter-gtk.rb | |
| parent | b01eaa22924117ea2a5586bbda5ff073ca80ca1e (diff) | |
| download | homebrew-9b9ce3ea9d479991875a08c0a21ecbc4bf666068.tar.bz2 | |
clutter-gtk: update x11 option
Diffstat (limited to 'Library/Formula/clutter-gtk.rb')
| -rw-r--r-- | Library/Formula/clutter-gtk.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/clutter-gtk.rb b/Library/Formula/clutter-gtk.rb index 780bd9495..2ac0cbe5e 100644 --- a/Library/Formula/clutter-gtk.rb +++ b/Library/Formula/clutter-gtk.rb @@ -5,7 +5,7 @@ class ClutterGtk < Formula url "http://ftp.gnome.org/pub/gnome/sources/clutter-gtk/1.6/clutter-gtk-1.6.0.tar.xz" sha256 "883550b574a036363239442edceb61cf3f6bedc8adc97d3404278556dc82234d" - option "without-x", "Build without X11 support" + deprecated_option "without-x" => "without-x11" depends_on "pkg-config" => :build depends_on "glib" @@ -14,7 +14,7 @@ class ClutterGtk < 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 "gtk+3" depends_on "clutter" depends_on "gobject-introspection" @@ -32,7 +32,7 @@ class ClutterGtk < 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 |
