mplayer: add direct libpng dependency
This commit is contained in:
parent
77a62b14de
commit
7a6ad37ae6
1 changed files with 3 additions and 2 deletions
|
@ -38,8 +38,9 @@ class Mplayer < Formula
|
|||
if build.with? 'osd' or build.with? 'x'
|
||||
# These are required for the OSD. We can get them from X11, or we can
|
||||
# build our own.
|
||||
depends_on :fontconfig
|
||||
depends_on :freetype
|
||||
depends_on "fontconfig"
|
||||
depends_on "freetype"
|
||||
depends_on "libpng"
|
||||
end
|
||||
|
||||
fails_with :clang do
|
||||
|
|
Loading…
Reference in a new issue