cmus: Add jack support

Closes Homebrew/homebrew#44730.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
Daniel Cotton 2015-10-08 11:37:12 +10:30 committed by Baptiste Fontaine
parent b3a77efc78
commit 69868b2e64

View file

@ -23,6 +23,7 @@ class Cmus < Formula
depends_on "libcue"
depends_on "ffmpeg" => :optional
depends_on "opusfile" => :optional
depends_on "jack" => :optional
def install
system "./configure", "prefix=#{prefix}", "mandir=#{man}"