lxqt-powermanagement: require x11 in DISTRO_FEATURES

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-06-03 23:54:57 +02:00
parent 5a165f695e
commit a51cd80c89

View File

@@ -2,7 +2,9 @@ SUMMARY = "Power management module for LXQt"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6324954af145f280672cc576862fda80"
inherit lxqt
inherit lxqt distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"
DEPENDS += "qtsvg liblxqt libqtxdg"