summaryrefslogtreecommitdiffstats
path: root/rules/ncurses.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-02-23 21:23:43 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-02-23 21:23:43 +0000
commit3e622540e90533ad26d3224af49e6d9c83578412 (patch)
treed19324595da1738983f7fc0c69b115701fe8019a /rules/ncurses.make
parentcd7f4c568af5a1bdcd22c1ad86eab951a25ea300 (diff)
downloadptxdist-3e622540e90533ad26d3224af49e6d9c83578412.tar.gz
ptxdist-3e622540e90533ad26d3224af49e6d9c83578412.tar.xz
[ncurses] install ncurses*-config
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9824 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ncurses.make')
-rw-r--r--rules/ncurses.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/ncurses.make b/rules/ncurses.make
index 4a009215e..35ec77004 100644
--- a/rules/ncurses.make
+++ b/rules/ncurses.make
@@ -103,6 +103,8 @@ $(STATEDIR)/ncurses.install:
@$(call targetinfo)
@$(call install, NCURSES)
+ @cp -dp -- "$(PKGDIR)/$(NCURSES)/usr/bin/"*config* "$(PTXCONF_SYSROOT_CROSS)/bin"
+
ifdef PTXCONF_NCURSES_WIDE_CHAR
# Note: This tweak only works if we build the application with these settings!
# Already built applications may continue to use the non wide library!