buildrootschalter/package/ncurses
Jeremy Kerr 16bfc11df4 package/ncurses: Remove duplicated library install code
Currently, the ncurses package conditionally defines macros to install
the panel, form and menu libraries. This means we duplicate the install
step for each library type.

Rather than defining a set of macros, this change introduces a variable
for the set of installed libraries, $(NCURSES_LIBS-y). We use this in a
single macro to perform the library installation in one place.

Based on a change suggested by Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-03-23 23:23:48 +01:00
..
Config.in ncurses: add target progs option 2013-12-04 10:36:38 +01:00
ncurses-01-fixup-pkg-config-handling.patch
ncurses.mk package/ncurses: Remove duplicated library install code 2014-03-23 23:23:48 +01:00