kjsembed: rework dependencies

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2014-12-17 08:48:06 +01:00
parent b510ce8dfc
commit 5ba273ae80
3 changed files with 3 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ require ${BPN}.inc
inherit native
DEPENDS += "qtsvg-native"
DEPENDS += "qttools-native qtsvg-native"

View File

@@ -2,7 +2,7 @@ require ${BPN}.inc
inherit cmake-lib
DEPENDS += "${BPN}-native qtsvg"
DEPENDS += "${BPN}-native qtsvg qttools"
# cross libs / headers
CMAKE_HIDE_ERROR[1] = "KF5JsEmbed, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib"

View File

@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = " \
inherit kde
# kde stuff takes care of native recipes
DEPENDS += "kjs ki18n kdoctools"
SRCREV = "361d5434b9ff286d8b4d7fab2cc2f2b77289496f"