libao: remove options
This commit is contained in:
parent
15c6c97ee1
commit
9e0616be66
1 changed files with 0 additions and 3 deletions
|
@ -17,7 +17,6 @@ class Libao < Formula
|
||||||
depends_on "automake" => :build
|
depends_on "automake" => :build
|
||||||
depends_on "libtool" => :build
|
depends_on "libtool" => :build
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkg-config" => :build
|
||||||
depends_on "pulseaudio" => :optional
|
|
||||||
|
|
||||||
def install
|
def install
|
||||||
ENV["AUTOMAKE_FLAGS"] = "--include-deps"
|
ENV["AUTOMAKE_FLAGS"] = "--include-deps"
|
||||||
|
@ -29,8 +28,6 @@ class Libao < Formula
|
||||||
--enable-static
|
--enable-static
|
||||||
]
|
]
|
||||||
|
|
||||||
args << "--enable-pulse" if build.with? "pulseaudio"
|
|
||||||
|
|
||||||
system "./configure", *args
|
system "./configure", *args
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue