From eb11de311ac594fc5fb92231867e41cdb9efa1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 21 Mar 2015 19:56:40 +0100 Subject: [PATCH] kjs: add kdoctools to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/kf5/porting-aids-tier1/kjs/kjs.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.bb b/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.bb index aa822fc4..bc94d610 100644 --- a/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.bb +++ b/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.bb @@ -2,7 +2,7 @@ require ${BPN}.inc inherit cmake-lib -DEPENDS += "${BPN}-native libpcre" +DEPENDS += "${BPN}-native libpcre kdoctools" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5JS, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib"