summaryrefslogtreecommitdiffstats
path: root/package/less
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-05-10 23:39:49 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-11 08:57:49 +0200
commit5b9384337a6600f36f2be94a9310c1642aee54ef (patch)
tree9a1ecaf71f4575b4069cccfb562393fc09033484 /package/less
parentde73cdf478dd5ad8a7ea5623673144701dd9767c (diff)
downloadbuildroot-novena-5b9384337a6600f36f2be94a9310c1642aee54ef.tar.gz
buildroot-novena-5b9384337a6600f36f2be94a9310c1642aee54ef.zip
less: depends on curses
The less package already selects BR2_PACKAGE_CURSES, but it fails to depend on it in the makefile. Therefore, there are cases where less gets built before curses, and the build fails: checking for working terminal libraries... Cannot find terminal libraries - configure failed Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/less')
-rw-r--r--package/less/less.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/less/less.mk b/package/less/less.mk
index 706a3e026..bae1cf654 100644
--- a/package/less/less.mk
+++ b/package/less/less.mk
@@ -6,6 +6,7 @@
LESS_VERSION = 436
LESS_SITE = http://www.greenwoodsoftware.com/less
+LESS_DEPENDENCIES = ncurses
$(eval $(call AUTOTARGETS,package,less))