kwindowsystem: fix cmake sysroot replacement

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-08-31 21:46:48 +02:00
parent 31f95ec92d
commit b4b2dfae2e

View File

@@ -12,7 +12,8 @@ PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "ae52891201ea66b15d94a4f5a2717a5f"
SRC_URI[sha256sum] = "b8228dddcc6487e234f81239bea7ca7ae261af8fef7b9e5d7a8b49aa3ac5d0dd"
CMAKE_ALIGN_SYSROOT[1] = "KF5WindowSystem, -S${includedir}, -s"
# hack: cmake_lib does not accept empty strings yet
CMAKE_ALIGN_SYSROOT[1] = "KF5WindowSystem, -S${includedir}, -s${_IMPORT_PREFIX}/include"
FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}"
FILES_${PN}-dbg += "${OE_QMAKE_PATH_PLUGINS}/*/*/.debug"