kdesignerplugin: rework DEPENDS and keep a note for PACKAGECONFIG
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
inherit native
|
||||
|
||||
DEPENDS += " \
|
||||
qttools-native \
|
||||
"
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -8,3 +8,12 @@ inherit kde
|
||||
|
||||
SRCREV = "64e6dfdeb206a2d0623ee1d54104c907625bcde4"
|
||||
PV = "5.5.0"
|
||||
|
||||
# required
|
||||
DEPENDS += " \
|
||||
qttools \
|
||||
kcoreaddons \
|
||||
kconfig \
|
||||
kdoctools \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user