Pango updates for Leopard.
* Use keg-only fontconfig and Cairo formulas.
This commit is contained in:
parent
b901cd391c
commit
723e1545f5
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue