From: Martin Jansa Date: Wed, 14 Aug 2013 11:13:54 +0000 (+0200) Subject: xrestop: add dependency on ncurses X-Git-Tag: 2015-4~5548 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c709fcd7e5f81707ece5f7d085c8c43eed165f7e;p=openembedded-core.git xrestop: add dependency on ncurses * fails without it | xrestop.c:50:20: fatal error: curses.h: No such file or directory | #include | ^ | compilation terminated. Signed-off-by: Martin Jansa Signed-off-by: Saul Wold --- diff --git a/meta/recipes-graphics/xrestop/xrestop_0.4.bb b/meta/recipes-graphics/xrestop/xrestop_0.4.bb index 13a5e61cab..9600d0905f 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"