qtbase: enable session management for x11 environments

we keep our kde patches for missing session management in for pure wayland
environments.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-06-17 16:04:44 +02:00
parent 43230ff81c
commit 0aa2bec235

View File

@@ -2,3 +2,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
# we need this for bleeding edge qtwayland - this can go in 5.5 hopefully
SRC_URI += "file://0001-Add-a-function-for-QPA-plugins-to-explicitly-destroy.patch"
# session management only for x11 environment
PACKAGECONFIG_DISTRO += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "sm", "", d)}"