Skip to content

games: dwarf-fortress: Fix PRINT_MODE:TEXT.

Cairn requested to merge CairnThePerson/games:dwarf-fortress into master

Dwarf Fortress has the option to print directly to the terminal using ncurses. In data/init/init.txt, you set PRINT_MODE to TEXT.

Running the current package with this option will give you the error Unable to open any flavor of libncurses!. This commit solves the error by adding ncurses as a dependency, and including it in the make-wrapper build phase.

Merge request reports