aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-09 00:33:44 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-04-20 16:31:38 +0200
commit0a9534803df869aadcbbb6372b38749a11748148 (patch)
tree871a5a3f6e8905efa97e410f6e74f1b6240147e8
parentf9aeef0308660fc188b16b5c5cd21e00b6bbac93 (diff)
downloadopenembedded-core-contrib-0a9534803df869aadcbbb6372b38749a11748148.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>
-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 \
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"