aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-03-31 10:58:22 -0500
committerMike McQuaid2014-03-31 11:22:50 -0500
commitfb982aeaf8c4d959bdc2ed740c74b47b9b76adba (patch)
treeab3dc4be4b26e9dd8a095ce37b97aab61611cae6 /Library
parent7b68e440f1626fc17a33afb2784404139cafd24c (diff)
downloadhomebrew-fb982aeaf8c4d959bdc2ed740c74b47b9b76adba.tar.bz2
mplayer: explicitly enable freetype when used.
Closes #26126.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mplayer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb
index 979da685f..1ba54f1ce 100644
--- a/Library/Formula/mplayer.rb
+++ b/Library/Formula/mplayer.rb
@@ -61,6 +61,7 @@ class Mplayer < Formula
args << "--enable-menu" if build.with? 'osd'
args << "--disable-x11" if build.without? 'x'
+ args << "--enable-freetype" if build.with?('osd') || build.with?('x')
args << "--enable-caca" if build.with? 'libcaca'
system "./configure", *args