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:32 +0100 |
commit | 2176388bfc27e0c6c97767ccb7bce2ebc4b16648 (patch) | |
tree | 5c3223def123fcd4dee870c4f86580756e62d117 /meta/recipes-graphics/xrestop/xrestop_0.4.bb | |
parent | 0509aad1d32ce0a6271725b27c80eee46c6b802b (diff) | |
download | poky-2176388bfc27e0c6c97767ccb7bce2ebc4b16648.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.
(From OE-Core rev: c709fcd7e5f81707ece5f7d085c8c43eed165f7e)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xrestop/xrestop_0.4.bb')
-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 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 \ | |||
12 | SECTION = "x11/utils" | 12 | SECTION = "x11/utils" |
13 | PR = "r3" | 13 | PR = "r3" |
14 | 14 | ||
15 | DEPENDS = "libxres libxext virtual/libx11" | 15 | DEPENDS = "libxres libxext virtual/libx11 ncurses" |
16 | 16 | ||
17 | SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-${PV}.tar.gz" | 17 | SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-${PV}.tar.gz" |
18 | 18 | ||