mirror of
https://git.yoctoproject.org/poky
synced 2026-06-07 15:09:50 +00:00
slang: Add dependency on ncurses
Slang links over ncurses' terminal information library thus it requires it to be available for build. (From OE-Core rev: 365d65b301a7bfbdafb463abaa53359ebc0e8f59) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
27b2df2355
commit
b5508a85fa
@@ -9,7 +9,7 @@ to recode S-Lang procedures in C if you need to."
|
|||||||
|
|
||||||
HOMEPAGE = "http://www.jedsoft.org/slang/"
|
HOMEPAGE = "http://www.jedsoft.org/slang/"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
DEPENDS = "pcre"
|
DEPENDS = "pcre ncurses"
|
||||||
PR = "r12"
|
PR = "r12"
|
||||||
|
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
|
|||||||
Reference in New Issue
Block a user