From 87a97703673eef3faeb949543e33330d21ec5a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 3 Feb 2015 17:02:12 +0100 Subject: [PATCH] kwin: cmake paths alignment is not neccessary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/plasma/untier/kwin/kwin.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/recipes-kde/plasma/untier/kwin/kwin.bb b/recipes-kde/plasma/untier/kwin/kwin.bb index 2a8f1465..9801177a 100644 --- a/recipes-kde/plasma/untier/kwin/kwin.bb +++ b/recipes-kde/plasma/untier/kwin/kwin.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \ REQUIRED_DISTRO_FEATURES = "x11" -inherit kde-plasma cmake-lib +inherit kde-plasma DEPENDS += " \ kconfig \ @@ -60,10 +60,6 @@ CXXFLAGS_append_mx6 = " -DLINUX \ -# cross libs / headers -CMAKE_HIDE_ERROR[1] = "KF5Win, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" -CMAKE_HIDE_ERROR[2] = "KF5Win, -S${includedir}, -S${STAGING_INCDIR}" - FILES_${PN} += " \ ${datadir}/config.kcfg \ ${datadir}/kservices5 \