From fe9ad2b6b7c9cbbb3f69285a50174b741515bea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 31 Aug 2019 16:04:30 +0200 Subject: [PATCH] kdoctools: fix patch fuzz MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../files/0004-Add-cmdline-param-to-help-find-xsl.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde/kf5/tier2/kdoctools/files/0004-Add-cmdline-param-to-help-find-xsl.patch b/recipes-kde/kf5/tier2/kdoctools/files/0004-Add-cmdline-param-to-help-find-xsl.patch index 561f078f..4782c99e 100644 --- a/recipes-kde/kf5/tier2/kdoctools/files/0004-Add-cmdline-param-to-help-find-xsl.patch +++ b/recipes-kde/kf5/tier2/kdoctools/files/0004-Add-cmdline-param-to-help-find-xsl.patch @@ -26,7 +26,7 @@ index d99537c..a06d025 100644 +# OE specific +set(OE_ROOT_PATH_PREFIX "" CACHE STRING "OE sysroot") # Dependencies - set(REQUIRED_QT_VERSION 5.10.0) + set(REQUIRED_QT_VERSION 5.11.0) find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) diff --git a/cmake/FindDocBookXSL.cmake b/cmake/FindDocBookXSL.cmake index 3d9e40c..779cb2c 100644