aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorKevin Richter2014-12-18 18:39:36 +0100
committerJack Nagel2015-01-12 21:51:23 -0500
commit1ec39240e8b567a05db42c4b21752f20b99a03c8 (patch)
tree1a770bf8516ad23abc497afed3e83dacae5018c4 /Library/Formula
parent29261d8fcbe0975ca414f5e6e85d8493a0fc1152 (diff)
downloadhomebrew-1ec39240e8b567a05db42c4b21752f20b99a03c8.tar.bz2
libass: add optional harfbuzz dep
Refer to this thread: https://github.com/mpv-player/mpv/issues/1365 tldr: I had spacing issues with japanese characters in mpv and they were fixed by recompiling libass with harfbuzz Closes #35096. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libass.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/libass.rb b/Library/Formula/libass.rb
index 1e57480ed..7df186c6a 100644
--- a/Library/Formula/libass.rb
+++ b/Library/Formula/libass.rb
@@ -18,6 +18,7 @@ class Libass < Formula
depends_on 'freetype'
depends_on 'fribidi'
depends_on 'fontconfig'
+ depends_on 'harfbuzz' => :optional
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"