dosbox: depend on ncurses for debugger (#16039)

This commit is contained in:
Edward Shaw 2017-07-26 09:42:47 +01:00 committed by FX Coudert
parent 48949842e3
commit 2d5d0160c1

View file

@ -24,6 +24,7 @@ class Dosbox < Formula
depends_on "sdl_net"
depends_on "sdl_sound"
depends_on "libpng"
depends_on "ncurses" if build.with?("debugger")
conflicts_with "dosbox-x", :because => "both install `dosbox` binaries"