kde: fix kde-world in x11-less environments
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ SUMMARY = "All KDE applications packages - just for build test"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
|
||||
|
||||
inherit packagegroup distro_features_check
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
filelight \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "All KF5 packages - just for build test"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
|
||||
|
||||
inherit packagegroup distro_features_check
|
||||
inherit packagegroup
|
||||
|
||||
TIER_1 = " \
|
||||
attica \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "All KF5 packages - just for build test"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
|
||||
|
||||
inherit packagegroup distro_features_check
|
||||
inherit packagegroup
|
||||
|
||||
TIER_1 = " \
|
||||
bluez-qt \
|
||||
@@ -45,7 +45,7 @@ UNTIER = " \
|
||||
plasma-nm \
|
||||
plasma-workspace-wallpapers \
|
||||
polkit-kde-agent-1 \
|
||||
powerdevil \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "powerdevil", "",d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "sddm-kcm", "",d)} \
|
||||
systemsettings \
|
||||
"
|
||||
|
||||
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = " \
|
||||
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
|
||||
"
|
||||
|
||||
inherit kde-plasma cmake-lib
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit kde-plasma cmake-lib distro_features_check
|
||||
|
||||
DEPENDS += " \
|
||||
baloo \
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit kde-plasma
|
||||
inherit kde-plasma distro_features_check
|
||||
|
||||
DEPENDS += " \
|
||||
gtk+3 \
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit kde-plasma
|
||||
inherit kde-plasma distro_features_check
|
||||
|
||||
DEPENDS += " \
|
||||
kglobalaccel \
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit kde-plasma
|
||||
inherit kde-plasma distro_features_check
|
||||
|
||||
DEPENDS += " \
|
||||
kconfig \
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit kde-plasma
|
||||
inherit kde-plasma distro_features_check
|
||||
|
||||
DEPENDS += " \
|
||||
kcoreaddons \
|
||||
|
||||
Reference in New Issue
Block a user