projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
116733c
)
texinfo: needs ncurses
author
Peter Korsgaard
<peter@korsgaard.com>
Wed, 10 Sep 2014 08:02:59 +0000
(10:02 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 10 Sep 2014 08:02:59 +0000
(10:02 +0200)
Fixes http://autobuild.buildroot.net/results/be4/
be4e19d55b24c00b8b0fd12c9e5d1e9c5d8b0cb3
/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/texinfo/texinfo.mk
patch
|
blob
|
history
diff --git
a/package/texinfo/texinfo.mk
b/package/texinfo/texinfo.mk
index afb3bca2790fa4b21b927f2f405259bac70f587b..184288bd71c21ac41f380202b2701ebfb3f1c511 100644
(file)
--- 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))