diff options
| author | Jack Nagel | 2014-11-13 12:08:07 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-13 12:08:07 -0600 |
| commit | a491586c86b02da7b94b5de9ae92cf02d65e768a (patch) | |
| tree | 107cb7624da00c3cb4005c90853d2edf3f66ff7c /Library | |
| parent | 0b6dcbb777f4c899627dbb3fb2f9299f05640ec0 (diff) | |
| download | homebrew-a491586c86b02da7b94b5de9ae92cf02d65e768a.tar.bz2 | |
imlib2: update x11 option
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/imlib2.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/imlib2.rb b/Library/Formula/imlib2.rb index 21f91c420..5e971f3ba 100644 --- a/Library/Formula/imlib2.rb +++ b/Library/Formula/imlib2.rb @@ -13,11 +13,11 @@ class Imlib2 < Formula sha1 "43617f8bb0c30c7de73dc5f2e07d6f1f10fd8e6c" => :mountain_lion end - option "without-x", "Build without X support" + deprecated_option "without-x" => "without-x11" depends_on 'freetype' depends_on 'libpng' => :recommended - depends_on :x11 if build.with? "x" + depends_on :x11 => :recommended depends_on 'pkg-config' => :build depends_on 'jpeg' => :recommended @@ -27,7 +27,7 @@ class Imlib2 < Formula --prefix=#{prefix} --enable-amd64=no ] - args << "--without-x" if build.without? "x" + args << "--without-x" if build.without? "x11" system "./configure", *args system "make install" |
