kdesignerplugin: rework DEPENDS and keep a note for PACKAGECONFIG

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2014-12-16 20:00:48 +01:00
parent 1da88c31f7
commit 1f30158cf1
3 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
require ${BPN}.inc
inherit native
DEPENDS += " \
qttools-native \
"

View File

@@ -2,13 +2,13 @@ require ${BPN}.inc
inherit cmake-lib
# some optional but very common -> no additional option
# required
DEPENDS += " \
${BPN}-native \
qttools \
kcoreaddons \
kconfig \
kdoctools \
"
# optional -> TBD packageconfig
DEPENDS += " \
kcompletion \
kconfigwidgets \
kiconthemes \

View File

@@ -8,3 +8,12 @@ inherit kde
SRCREV = "64e6dfdeb206a2d0623ee1d54104c907625bcde4"
PV = "5.5.0"
# required
DEPENDS += " \
qttools \
kcoreaddons \
kconfig \
kdoctools \
"