kde: fix kde-world in x11-less environments

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-05-30 12:08:50 +02:00
parent 0e1ec5baba
commit 86d9886b37
8 changed files with 11 additions and 9 deletions

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \
"

View File

@@ -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 \

View File

@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
REQUIRED_DISTRO_FEATURES = "x11"
inherit kde-plasma
inherit kde-plasma distro_features_check
DEPENDS += " \
gtk+3 \

View File

@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
REQUIRED_DISTRO_FEATURES = "x11"
inherit kde-plasma
inherit kde-plasma distro_features_check
DEPENDS += " \
kglobalaccel \

View File

@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
REQUIRED_DISTRO_FEATURES = "x11"
inherit kde-plasma
inherit kde-plasma distro_features_check
DEPENDS += " \
kconfig \

View File

@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
REQUIRED_DISTRO_FEATURES = "x11"
inherit kde-plasma
inherit kde-plasma distro_features_check
DEPENDS += " \
kcoreaddons \