cmus: Add jack support
Closes Homebrew/homebrew#44730. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
b3a77efc78
commit
69868b2e64
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class Cmus < Formula
|
||||||
depends_on "libcue"
|
depends_on "libcue"
|
||||||
depends_on "ffmpeg" => :optional
|
depends_on "ffmpeg" => :optional
|
||||||
depends_on "opusfile" => :optional
|
depends_on "opusfile" => :optional
|
||||||
|
depends_on "jack" => :optional
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "prefix=#{prefix}", "mandir=#{man}"
|
system "./configure", "prefix=#{prefix}", "mandir=#{man}"
|
||||||
|
|
Loading…
Reference in a new issue