libsndfile: depends_on on flac, libogg and libvorbis
Closes Homebrew/homebrew#19109. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
0d89090099
commit
684cdbac46
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ class Libsndfile < Formula
|
|||
sha1 'e95d9fca57f7ddace9f197071cbcfb92fa16748e'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'flac'
|
||||
depends_on 'libogg'
|
||||
depends_on 'libvorbis'
|
||||
|
||||
option :universal
|
||||
|
||||
|
|
Loading…
Reference in a new issue