From 3ba21d3b3d7660c50edfb6d0be4c4490261dbb0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 4 Sep 2022 19:19:42 +0200 Subject: [PATCH] plasma-framework: remove kdoctools from DEPENDS - kdoctools-native is good enough MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb index 64110e20..1d534872 100644 --- a/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb +++ b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb @@ -19,7 +19,7 @@ DEPENDS += " \ gzip-native \ kauth-native \ kcoreaddons-native kcoreaddons \ - kdoctools-native kdoctools \ + kdoctools-native \ kconfig-native kconfig \ kpackage-native kpackage \ virtual/egl \