tmux: add PACKAGECONFIG for utempter

Fix QA warning:
WARNING: QA Issue: tmux rdepends on libutempter, but it isn't a build
dependency? [build-deps]

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Yi Zhao
2015-11-24 17:25:25 +08:00
committed by Martin Jansa
parent 4b30bf3f56
commit f5f8f1279a
@@ -15,3 +15,7 @@ S = "${WORKDIR}/git"
B = "${WORKDIR}/build"
inherit autotools pkgconfig
PACKAGECONFIG ??= ""
PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter,"