diff options
| author | Jack Nagel | 2012-06-06 20:35:12 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-07-01 12:41:00 -0500 |
| commit | a2d4d9d832e60e2b007990f394b22e77b6dfa3ba (patch) | |
| tree | 61d17f0eb86471a00b2bf117d13f067f73e372b8 /Library/Formula/pixman.rb | |
| parent | 06c2ea036322bd1d05330711aa41273cddc77ede (diff) | |
| download | homebrew-a2d4d9d832e60e2b007990f394b22e77b6dfa3ba.tar.bz2 | |
Update formulae for XQuartz compatibility
Diffstat (limited to 'Library/Formula/pixman.rb')
| -rw-r--r-- | Library/Formula/pixman.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pixman.rb b/Library/Formula/pixman.rb index a302d4bae..a7710608a 100644 --- a/Library/Formula/pixman.rb +++ b/Library/Formula/pixman.rb @@ -6,6 +6,7 @@ class Pixman < Formula sha1 'efaa09789128ebc42d17a11d2e350b7217a7cd05' depends_on 'pkg-config' => :build + depends_on :x11 fails_with :llvm do build 2336 @@ -21,7 +22,6 @@ class Pixman < Formula end def install - ENV.x11 ENV.universal_binary if ARGV.build_universal? # Disable gtk as it is only used to build tests |
