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
|
require ${BPN}.inc
|
||||||
|
|
||||||
inherit native
|
inherit native
|
||||||
|
|
||||||
|
DEPENDS += " \
|
||||||
|
qttools-native \
|
||||||
|
"
|
||||||
|
|
||||||
|
|||||||
@@ -2,13 +2,13 @@ require ${BPN}.inc
|
|||||||
|
|
||||||
inherit cmake-lib
|
inherit cmake-lib
|
||||||
|
|
||||||
# some optional but very common -> no additional option
|
# required
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
${BPN}-native \
|
${BPN}-native \
|
||||||
qttools \
|
"
|
||||||
kcoreaddons \
|
|
||||||
kconfig \
|
# optional -> TBD packageconfig
|
||||||
kdoctools \
|
DEPENDS += " \
|
||||||
kcompletion \
|
kcompletion \
|
||||||
kconfigwidgets \
|
kconfigwidgets \
|
||||||
kiconthemes \
|
kiconthemes \
|
||||||
|
|||||||
@@ -8,3 +8,12 @@ inherit kde
|
|||||||
|
|
||||||
SRCREV = "64e6dfdeb206a2d0623ee1d54104c907625bcde4"
|
SRCREV = "64e6dfdeb206a2d0623ee1d54104c907625bcde4"
|
||||||
PV = "5.5.0"
|
PV = "5.5.0"
|
||||||
|
|
||||||
|
# required
|
||||||
|
DEPENDS += " \
|
||||||
|
qttools \
|
||||||
|
kcoreaddons \
|
||||||
|
kconfig \
|
||||||
|
kdoctools \
|
||||||
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user