[OE-core] [PATCH 4/4] xrestop: add dependency on ncurses

Martin Jansa martin.jansa at gmail.com
Wed Aug 14 11:13:54 UTC 2013


* fails without it
  | xrestop.c:50:20: fatal error: curses.h: No such file or directory
  |  #include <curses.h>
  |                     ^
  | compilation terminated.

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta/recipes-graphics/xrestop/xrestop_0.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xrestop/xrestop_0.4.bb b/meta/recipes-graphics/xrestop/xrestop_0.4.bb
index 13a5e61..9600d09 100644
--- a/meta/recipes-graphics/xrestop/xrestop_0.4.bb
+++ b/meta/recipes-graphics/xrestop/xrestop_0.4.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
 SECTION = "x11/utils"
 PR = "r3"
 
-DEPENDS = "libxres libxext virtual/libx11"
+DEPENDS = "libxres libxext virtual/libx11 ncurses"
 
 SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-${PV}.tar.gz"
 
-- 
1.8.3.2




More information about the Openembedded-core mailing list