[poky] [PATCH 1/1] slang: update DEPENDS to avoid compile failure
Kang Kai
kai.kang at windriver.com
Thu Apr 7 00:32:20 PDT 2011
From: Kang Kai <kai.kang at windriver.com>
Add libx11 and libpng to slang DEPENDS to avoid compile failure.
Fixes [YOCTO #947]
Signed-off-by: Kang Kai <kai.kang at windriver.com>
---
meta/recipes-extended/slang/slang_2.2.2.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/slang/slang_2.2.2.bb b/meta/recipes-extended/slang/slang_2.2.2.bb
index 29d9e46..ba4be88 100644
--- a/meta/recipes-extended/slang/slang_2.2.2.bb
+++ b/meta/recipes-extended/slang/slang_2.2.2.bb
@@ -9,7 +9,7 @@ to recode S-Lang procedures in C if you need to."
SECTION = "libs"
PRIORITY = "optional"
-DEPENDS = "pcre"
+DEPENDS = "pcre libx11 libpng"
PR = "r2"
LICENSE = "GPL Artistic"
--
1.7.1
More information about the poky
mailing list