libao: remove options

This commit is contained in:
FX Coudert 2019-01-04 11:19:49 +01:00
parent 15c6c97ee1
commit 9e0616be66

View file

@ -17,7 +17,6 @@ class Libao < Formula
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build
depends_on "pulseaudio" => :optional
def install
ENV["AUTOMAKE_FLAGS"] = "--include-deps"
@ -29,8 +28,6 @@ class Libao < Formula
--enable-static
]
args << "--enable-pulse" if build.with? "pulseaudio"
system "./configure", *args
system "make", "install"
end