cmu-sphinxbase: add optional dependencies
This commit is contained in:
parent
5f40852a2a
commit
c2a6469397
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ class CmuSphinxbase < Formula
|
|||
depends_on 'pkg-config' => :build
|
||||
depends_on :python
|
||||
depends_on HomebrewedPython
|
||||
depends_on 'libsndfile' => :optional
|
||||
depends_on 'libsamplerate' => :optional
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug",
|
||||
|
|
Loading…
Reference in a new issue