From 9c79007ea5eeb6057000b9acc9ccdbcca7b4166f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 4 Sep 2022 20:52:56 +0200 Subject: [PATCH] kdesignerplugin: 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 --- .../kdesignerplugin/kdesignerplugin.bb | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.bb b/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.bb index 94773143..a422af10 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.bb @@ -2,22 +2,14 @@ require ${BPN}.inc inherit cmake_lib gettext -# required DEPENDS += " \ ${BPN}-native \ -" - -DEPENDS += " \ + kauth-native \ + sonnet-native \ + kdoctools-native \ qttools \ kcoreaddons \ kconfig \ - kdoctools \ -" - -# optional -> TBD packageconfig -DEPENDS += " \ - kauth-native \ - sonnet-native \ kcompletion \ kconfigwidgets \ kiconthemes \