Files
meta-qt5-extra/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.bb
Andreas Müller b1f483be1f Move to new override syntax
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-08-16 00:03:30 +02:00

44 lines
835 B
BlitzBasic

require ${BPN}.inc
inherit cmake_lib gettext
# required
DEPENDS += " \
${BPN}-native \
"
DEPENDS += " \
qttools \
kcoreaddons \
kconfig \
kdoctools \
"
# optional -> TBD packageconfig
DEPENDS += " \
kauth-native \
sonnet-native \
kcompletion \
kconfigwidgets \
kiconthemes \
kio \
kitemviews \
ktextwidgets \
kwidgetsaddons \
kxmlgui \
sonnet \
ki18n \
kplotting \
"
SRC_URI += "file://0001-set-kgendesignerplugin-executable-so-that-it-can-be-.patch"
PACKAGECONFIG ??= ""
PACKAGECONFIG[kplotting] = "-DWITH_KPLOTTING=ON,,kplotting"
PACKAGECONFIG[kdewebkit] = "-DWITH_KDEWEBKIT=ON,,kdewebkit"
# native binaries
CMAKE_ALIGN_SYSROOT[1] = "KF5DesignerPlugin, -s${_IMPORT_PREFIX}/bin, -s${KDE_PATH_EXTERNAL_HOST_BINS}"
FILES:${PN} += "${libdir}/plugins/designer"