mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Merge pull request #367 from jam7/fix-fontconfig
fontconfig requires freetype2
This commit is contained in:
@@ -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\""
|
||||
|
||||
Reference in New Issue
Block a user