Commit c44dd0c6 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #367 from jam7/fix-fontconfig

fontconfig requires freetype2
parents a72e823f afd84ee1
......@@ -6,6 +6,7 @@ class Fontconfig < Package
source_sha1 '3748d8a2b9cf8052dbd003f524d829157f1ead83'
depends_on 'pkgconfig'
depends_on 'freetype'
def self.build
system "./configure --libdir=/usr/local/lib#{SHORTARCH}/ CC=\"gcc -m#{SHORTARCH}\" CFLAGS=\" -fPIC\""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment