dosbox: depend on ncurses for debugger (#16039)
This commit is contained in:
parent
48949842e3
commit
2d5d0160c1
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue