[oe-commits] Martin Jansa : xrestop: add dependency on ncurses
git at git.openembedded.org
git at git.openembedded.org
Fri Aug 16 10:04:30 UTC 2013
Module: openembedded-core.git
Branch: master
Commit: c709fcd7e5f81707ece5f7d085c8c43eed165f7e
URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c709fcd7e5f81707ece5f7d085c8c43eed165f7e
Author: Martin Jansa <martin.jansa at gmail.com>
Date: Wed Aug 14 13:13:54 2013 +0200
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 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
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 13a5e61..9600d09 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"
More information about the Openembedded-commits
mailing list