From 23380181f5d92406669ef64253da76e09cdacb4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 12 Feb 2017 00:00:09 +0100 Subject: [PATCH] kdoctools: add gettext-native 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/tier2/kdoctools/kdoctools.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde/kf5/tier2/kdoctools/kdoctools.bb b/recipes-kde/kf5/tier2/kdoctools/kdoctools.bb index 551ee7ba..d5861a98 100644 --- a/recipes-kde/kf5/tier2/kdoctools/kdoctools.bb +++ b/recipes-kde/kf5/tier2/kdoctools/kdoctools.bb @@ -1,6 +1,6 @@ require ${BPN}.inc -DEPENDS += "${BPN}-native karchive ki18n libxslt libxml2" +DEPENDS += "${BPN}-native gettext-native karchive ki18n libxslt libxml2" inherit cmake_lib