diff options
| author | Dominyk Tiller | 2015-04-24 17:48:08 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-24 18:35:00 +0100 |
| commit | d4739a089cf9092eda3bafe3103b2fcc4ccae62d (patch) | |
| tree | ed73916332fbf0a38b489dc6cd97621ade74c543 | |
| parent | d00b34ca7e1aa69f1b4d779fdcfb02306c5780f7 (diff) | |
| download | homebrew-d4739a089cf9092eda3bafe3103b2fcc4ccae62d.tar.bz2 | |
cairomm: revert cairo x11 dependency
This partially reverts
https://github.com/Homebrew/homebrew/commit/c56017af9943aedd9d75de69bb5392f0407cba4a
Re #38942.
Closes #39007.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/cairomm.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Library/Formula/cairomm.rb b/Library/Formula/cairomm.rb index 0d1c6e30c..a65dbfe92 100644 --- a/Library/Formula/cairomm.rb +++ b/Library/Formula/cairomm.rb @@ -21,14 +21,9 @@ class Cairomm < Formula end depends_on "libpng" + depends_on "cairo" depends_on :x11 => :recommended - if build.without? "x11" - depends_on "cairo" => "without-x11" - else - depends_on "cairo" - end - def install ENV.cxx11 if build.cxx11? system "./configure", "--disable-dependency-tracking", |
