diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2014-09-10 10:02:59 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-10 10:02:59 +0200 |
| commit | 1898e5b20afe4f2fe7cb562b8e6e692527cdce53 (patch) | |
| tree | a29f619cccd620ef7b22edf1bc163d205629b465 /package/texinfo | |
| parent | 116733c6c211f49d7ba5fff5883f682eb72106a3 (diff) | |
texinfo: needs ncurses
Fixes http://autobuild.buildroot.net/results/be4/be4e19d55b24c00b8b0fd12c9e5d1e9c5d8b0cb3/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/texinfo')
| -rw-r--r-- | package/texinfo/texinfo.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/texinfo/texinfo.mk b/package/texinfo/texinfo.mk index afb3bca27..184288bd7 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)) |
