diff options
| author | Jack Nagel | 2014-04-03 09:14:06 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-03 09:29:20 -0500 |
| commit | e640026a9d8a4ddba2da2047921813d1df2df357 (patch) | |
| tree | 27c7893802b4c90958d683232882d6f5e7909ec7 /Library/Formula/imlib2.rb | |
| parent | a3b9b4890d1c26dc3fe3cfedbe2d22a189defca2 (diff) | |
| download | homebrew-e640026a9d8a4ddba2da2047921813d1df2df357.tar.bz2 | |
Get rid of "use X11 if it's installed" deps
Closes #28096.
Diffstat (limited to 'Library/Formula/imlib2.rb')
| -rw-r--r-- | Library/Formula/imlib2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/imlib2.rb b/Library/Formula/imlib2.rb index c244f9638..78497c403 100644 --- a/Library/Formula/imlib2.rb +++ b/Library/Formula/imlib2.rb @@ -10,7 +10,7 @@ class Imlib2 < Formula depends_on 'freetype' depends_on 'libpng' => :recommended - depends_on :x11 if MacOS::X11.installed? or build.with? "x" + depends_on :x11 if build.with? "x" depends_on 'pkg-config' => :build depends_on 'jpeg' => :recommended |
