diff options
Diffstat (limited to 'Library/Formula/clutter.rb')
| -rw-r--r-- | Library/Formula/clutter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/clutter.rb b/Library/Formula/clutter.rb index 78e1149a3..6d7a994be 100644 --- a/Library/Formula/clutter.rb +++ b/Library/Formula/clutter.rb @@ -16,7 +16,7 @@ class Clutter < Formula depends_on 'atk' depends_on 'pango' depends_on 'json-glib' - depends_on :x11 => '2.5.1' unless build.without? 'x' + depends_on :x11 => '2.5.1' if build.with? 'x' def install args = %W[ |
