summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-08-14 13:13:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:14:32 +0100
commit2176388bfc27e0c6c97767ccb7bce2ebc4b16648 (patch)
tree5c3223def123fcd4dee870c4f86580756e62d117 /meta/recipes-graphics
parent0509aad1d32ce0a6271725b27c80eee46c6b802b (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-graphics/xrestop/xrestop_0.4.bb2
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 \
12SECTION = "x11/utils" 12SECTION = "x11/utils"
13PR = "r3" 13PR = "r3"
14 14
15DEPENDS = "libxres libxext virtual/libx11" 15DEPENDS = "libxres libxext virtual/libx11 ncurses"
16 16
17SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-${PV}.tar.gz" 17SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-${PV}.tar.gz"
18 18