From a5abd347c0fbe4d7bc6d292adc8eadb8969d6eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 11 Feb 2017 19:38:30 +0100 Subject: [PATCH] kdoctools-native: rework 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-native.bb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes-kde/kf5/tier2/kdoctools/kdoctools-native.bb b/recipes-kde/kf5/tier2/kdoctools/kdoctools-native.bb index 7592a426..b95a3cf7 100644 --- a/recipes-kde/kf5/tier2/kdoctools/kdoctools-native.bb +++ b/recipes-kde/kf5/tier2/kdoctools/kdoctools-native.bb @@ -2,7 +2,15 @@ require ${BPN}.inc inherit native cmake_lib -DEPENDS += "libxslt-native libxml2-native karchive-native ki18n-native liburi-perl-native" +DEPENDS += " \ + libxslt-native \ + libxml2-native \ + karchive-native \ + ki18n-native \ + liburi-perl-native \ + docbook-xml-dtd4-native \ + docbook-xsl-stylesheets-native \ +" SRC_URI += " \ file://0003-don-t-build-documentation.patch \