All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] slang: Add dependency on ncorses
@ 2016-01-18 15:18 Otavio Salvador
  2016-01-18 16:49 ` Randy MacLeod
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2016-01-18 15:18 UTC (permalink / raw)
  To: OpenEmbedded Core Mailing List; +Cc: Otavio Salvador

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>
---

 meta/recipes-extended/slang/slang_2.2.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb
index bfaa9a5..237e9f2 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"
-- 
2.7.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-18 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18 15:18 [PATCH] slang: Add dependency on ncorses Otavio Salvador
2016-01-18 16:49 ` Randy MacLeod
2016-01-18 16:50   ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.