Change harfbuzz.rb since pango requires harfbuzz with freetype.

parent bc36fd5d
...@@ -9,6 +9,7 @@ class Harfbuzz < Package ...@@ -9,6 +9,7 @@ class Harfbuzz < Package
depends_on 'glib' depends_on 'glib'
depends_on 'icu4c' depends_on 'icu4c'
depends_on 'freetype'
def self.build def self.build
system "./configure" system "./configure"
......
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