dosbox: remove option
Closes #35716. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
4dc72624dc
commit
cdb1d74a1f
1 changed files with 0 additions and 4 deletions
|
@ -18,10 +18,7 @@ class Dosbox < Formula
|
|||
depends_on "automake" => :build
|
||||
end
|
||||
|
||||
option "with-debugger", "Enable internal debugger"
|
||||
|
||||
depends_on "libpng"
|
||||
depends_on "ncurses" if build.with?("debugger")
|
||||
depends_on "sdl"
|
||||
depends_on "sdl_net"
|
||||
depends_on "sdl_sound"
|
||||
|
@ -33,7 +30,6 @@ class Dosbox < Formula
|
|||
--disable-sdltest
|
||||
--enable-core-inline
|
||||
]
|
||||
args << "--enable-debug" if build.with? "debugger"
|
||||
|
||||
system "./autogen.sh" if build.head?
|
||||
system "./configure", *args
|
||||
|
|
Loading…
Reference in a new issue