diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-01-18 13:18:57 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-19 17:37:24 +0000 |
commit | 365d65b301a7bfbdafb463abaa53359ebc0e8f59 (patch) | |
tree | d94f6827da53fcef7a7279ba7a83214426809e9e /meta/recipes-extended/slang | |
parent | b6135ece3249a37b67fbc00b00557cc270291e5b (diff) | |
download | openembedded-core-365d65b301a7bfbdafb463abaa53359ebc0e8f59.tar.gz openembedded-core-365d65b301a7bfbdafb463abaa53359ebc0e8f59.tar.bz2 openembedded-core-365d65b301a7bfbdafb463abaa53359ebc0e8f59.zip |
slang: Add dependency on ncurses
Slang links over ncurses' terminal information library thus it
requires it to be available for build.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/slang')
-rw-r--r-- | meta/recipes-extended/slang/slang_2.2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb index bfaa9a58df..237e9f2526 100644 --- a/meta/recipes-extended/slang/slang_2.2.4.bb +++ b/meta/recipes-extended/slang/slang_2.2.4.bb @@ -9,7 +9,7 @@ to recode S-Lang procedures in C if you need to." HOMEPAGE = "http://www.jedsoft.org/slang/" SECTION = "libs" -DEPENDS = "pcre" +DEPENDS = "pcre ncurses" PR = "r12" LICENSE = "GPLv2" |