From 7c875c9061c8e704bc03601fde6e24cb4917e009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 29 Jan 2015 14:07:53 +0100 Subject: [PATCH] kio: full build by default - kdeclarative fails otherwise MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/framework-tier3/kio/kio.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-kde/framework-tier3/kio/kio.bb b/recipes-kde/framework-tier3/kio/kio.bb index f1c0806e..359f8b11 100644 --- a/recipes-kde/framework-tier3/kio/kio.bb +++ b/recipes-kde/framework-tier3/kio/kio.bb @@ -27,7 +27,8 @@ DEPENDS += " \ SRCREV = "ec023712125ffc0a8cbb617c93285bdaa21f6381" PACKAGECONFIG[full] = "-DKIOCORE_ONLY=OFF,-DKIOCORE_ONLY=ON, kbookmarks kcompletion kconfigwidgets kiconthemes kitemviews kjobwidgets kwidgetsaddons kwindowsystem" -PACKAGECONFIG ??= "" +# Note that kdeclarative fails without KIOWidgets +PACKAGECONFIG ??= "full" # cross libs / headers CMAKE_HIDE_ERROR[1] = "KF5KIO, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib"