Commit 9de1b4c8 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

dialog: force linking with ncurses



Otherwise the build breaks with:
configure: error: no curses library found

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 7f16e542
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
DIALOG_VERSION:=1.1-20100428
DIALOG_SOURCE:=dialog-$(DIALOG_VERSION).tgz
DIALOG_SITE:=ftp://invisible-island.net/dialog

DIALOG_CONF_OPT = --with-ncurses
DIALOG_DEPENDENCIES = ncurses

define DIALOG_INSTALL_TARGET_CMDS