plasma-nm: cleanup build dependencies

Fixes issue #3.
This commit is contained in:
Andreas Cord-Landwehr
2023-12-24 11:05:29 +01:00
parent aeead6d9b6
commit 7d317c47b2

View File

@@ -3,17 +3,19 @@
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
DESCRIPTION = "Plasma NM" DESCRIPTION = "Plasma NM"
HOMEPAGE = "" HOMEPAGE = "https://invent.kde.org/plasma/plasma-nm"
LICENSE = "GPL-2.0-only" LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881" LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881"
PR = "r0" PR = "r0"
DEPENDS = " \ DEPENDS = " \
qtdeclarative \
qttools \
\
kcompletion \ kcompletion \
kconfigwidgets \ kconfigwidgets \
kcoreaddons \ kcoreaddons \
kdbusaddons \ kdbusaddons \
kdeclarative \
kiconthemes \ kiconthemes \
kio \ kio \
knotifications \ knotifications \
@@ -22,15 +24,15 @@ DEPENDS = " \
kwallet \ kwallet \
kwidgetsaddons \ kwidgetsaddons \
kwindowsystem \ kwindowsystem \
libplasma \
modemmanager-qt \ modemmanager-qt \
networkmanager-qt \ networkmanager-qt \
prison \ prison \
solid \
\
libplasma \
\
qca \ qca \
qcoro \ qcoro \
qtdeclarative \
qttools \
solid \
" "
inherit cmake_plasma inherit cmake_plasma