From a51cd80c89d8005a3ef0d7b930c67899ce7c08bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 3 Jun 2015 23:54:57 +0200 Subject: [PATCH] lxqt-powermanagement: require x11 in DISTRO_FEATURES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/lxqt-powermanagement/lxqt-powermanagement_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-lxqt/lxqt-powermanagement/lxqt-powermanagement_git.bb b/recipes-lxqt/lxqt-powermanagement/lxqt-powermanagement_git.bb index 72f4054d..91ee0ff4 100644 --- a/recipes-lxqt/lxqt-powermanagement/lxqt-powermanagement_git.bb +++ b/recipes-lxqt/lxqt-powermanagement/lxqt-powermanagement_git.bb @@ -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"