diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-08-14 13:13:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:14:12 +0100 |
commit | c709fcd7e5f81707ece5f7d085c8c43eed165f7e (patch) | |
tree | 9556c793028e61976591499935d6e4a031ac294f /meta/recipes-graphics/xrestop | |
parent | ceb69dce2cff26153c6e17614a934b9fa8f9f2a5 (diff) | |
download | openembedded-core-contrib-c709fcd7e5f81707ece5f7d085c8c43eed165f7e.tar.gz |
xrestop: add dependency on ncurses
* 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@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xrestop')
-rw-r--r-- | meta/recipes-graphics/xrestop/xrestop_0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |