Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Pango updates for Leopard.
Browse files Browse the repository at this point in the history
* Use keg-only fontconfig and Cairo formulas.
  • Loading branch information
adamv committed Apr 27, 2010
1 parent e88489f commit 44e1ffc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Library/Formula/pango.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ class Pango <Formula
depends_on 'pkg-config'
depends_on 'glib'

if MACOS_VERSION < 10.6
depends_on 'fontconfig' # Leopard's fontconfig is too old.
depends_on 'cairo' # Leopard doesn't come with Cairo.
end

def install
system "./configure", "--prefix=#{prefix}", "--with-x"
system "make install"
Expand Down

0 comments on commit 44e1ffc

Please sign in to comment.