Change freetype.rb to add expat as one of dependencies.

parent 4d9de49c
......@@ -7,6 +7,8 @@ class Freetype < Package
source_url 'http://download.savannah.gnu.org/releases/freetype/freetype-2.8.tar.bz2'
source_sha256 'a3c603ed84c3c2495f9c9331fe6bba3bb0ee65e06ec331e0a0fb52158291b40b'
depends_on 'expat'
def self.build
system "./configure CFLAGS=\" -fPIC\""
system "make"
......
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