summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/dialog/files/use-pkg-config-for-ncurses-detection.patch
Commit message (Collapse)AuthorAgeFilesLines
* dialog: fix the redirection of the error informationRoy Li2014-09-261-2/+2
| | | | | | | | Drop the error information, other than redirect them to stdout, otherwise the error information will be included into LIBS/CFLAG Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dialog: inherit brokensep and use pkg-config to detect ncursesRoy Li2014-06-211-0/+40
1. inherit autotools-brokensep, or else configuration will fail since B!=S 2. use pkg-config to detect ncurses, since ncurses-config no longer works Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>