From: Martin Jansa Date: Thu, 8 Aug 2013 22:33:44 +0000 (+0200) Subject: xrestop: add dependency on ncurses X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a9534803df869aadcbbb6372b38749a11748148;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 --- diff --git a/meta/recipes-graphics/xrestop/xrestop_0.4.bb b/meta/recipes-graphics/xrestop/xrestop_0.4.bb index 13a5e61cab6..9600d0905f6 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"