dosbox: remove option

Closes #35716.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
shikhar-scs 2019-01-05 11:49:23 +05:30 committed by FX Coudert
parent 4dc72624dc
commit cdb1d74a1f

View file

@ -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