From c709fcd7e5f81707ece5f7d085c8c43eed165f7e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 14 Aug 2013 13:13:54 +0200 Subject: 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 Signed-off-by: Saul Wold --- meta/recipes-graphics/xrestop/xrestop_0.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/xrestop') 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" -- cgit 1.2.3-korg