From cb67646a8ce85596c5a1ae879acaf2d122e5fc09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 25 Aug 2015 00:10:48 +0200 Subject: [PATCH] dolphin: align cmake by using cmake-lib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/apps/dolphin/dolphin.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-kde/apps/dolphin/dolphin.bb b/recipes-kde/apps/dolphin/dolphin.bb index e71f8756..599c9df3 100644 --- a/recipes-kde/apps/dolphin/dolphin.bb +++ b/recipes-kde/apps/dolphin/dolphin.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = " \ file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \ " -inherit kde-apps +inherit kde-apps cmake-lib DEPENDS += " \ kdoctools \ @@ -49,3 +49,6 @@ FILES_${PN}-dbg += " \ ${OE_QMAKE_PATH_PLUGINS}/.debug \ " +# cross libs / headers +CMAKE_ALIGN_SYSROOT[1] = "DolphinVcs, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" +CMAKE_ALIGN_SYSROOT[2] = "DolphinVcs, -S${includedir}, -S${STAGING_INCDIR}"