From: Peter Korsgaard Date: Wed, 10 Sep 2014 08:02:59 +0000 (+0200) Subject: texinfo: needs ncurses X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1898e5b20afe4f2fe7cb562b8e6e692527cdce53;p=buildroot.git texinfo: needs ncurses Fixes http://autobuild.buildroot.net/results/be4/be4e19d55b24c00b8b0fd12c9e5d1e9c5d8b0cb3/ Signed-off-by: Peter Korsgaard --- diff --git a/package/texinfo/texinfo.mk b/package/texinfo/texinfo.mk index afb3bca279..184288bd71 100644 --- a/package/texinfo/texinfo.mk +++ b/package/texinfo/texinfo.mk @@ -12,5 +12,6 @@ TEXINFO_VERSION = 4.13a TEXINFO_SITE = $(BR2_GNU_MIRROR)/texinfo TEXINFO_LICENSE = GPLv3+ TEXINFO_LICENSE_FILES = COPYING +TEXINFO_DEPENDENCIES = ncurses $(eval $(host-autotools-package))